Facundo Quiroga
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...
right now they are too dependent on the grammar definition, but usually provide unhelpful error messages.
use the key "program"
Add tooltips for CPU, Memory, Registers and ALU icons and title text. The tooltips should explain what all those things are.
Add a button for a modal window that shows the instruction set.
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.
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
Use FileSaver.js to allow users to download their code as a txt file. https://github.com/eligrey/FileSaver.js