Facundo Quiroga

Results 39 issues of Facundo Quiroga

Currently, a marker is added to the gutter to indicate lines with error. If the parser can provide more info about which substring of the line caused the error, highlight...

enhancement
compiler
webapp
good first issue

right now they are too dependent on the grammar definition, but usually provide unhelpful error messages.

enhancement
compiler

Add tooltips for CPU, Memory, Registers and ALU icons and title text. The tooltips should explain what all those things are.

enhancement
webapp

Add a button for a modal window that shows the instruction set.

enhancement
webapp

Currently the app does not work in tables and mobile devices. Apparently the main problem (besides css stuff) is that Ace Editor is not starting correctly.

enhancement
webapp

Use the filereader API to allow the user to load a text file with code. https://stackoverflow.com/questions/3582671/how-to-open-a-local-disk-file-with-javascript

enhancement
webapp

Use FileSaver.js to allow users to download their code as a txt file. https://github.com/eligrey/FileSaver.js

enhancement
webapp