Exercise in Vala and publishing to elementary OS's AppCenter.
- Executes URM code correctly
- Ability to load a file
- Ability to manually set initial values
- Ability to set execution cap (to avoid infinite loops)
- When in debug mode, shows the result after each instruction
- Upon finishing, shows the state of all the used registers
- Has basic sythax highlighting
- Graph representation
- Help and documentation
- Saving files
These are the required build dependencies:
gtk+-3.0
gtksourceview-3.0
Execute these commands in the root of the project:
meson build --prefix=/usr
cd build
ninja