6f9ed73ef2f3f0e5b2e32a145527662a0c64564b
Instead of passing around a string and having each command parse off additional tokens, have a single command to parse all of the tokens, and the commands can pass around a token list. Then each command/subcommand can pop off whatever arguments they need.
A work-in-progress Gameboy emulator with a terminal-based UI and a basic assembler.
Compilation
make config-release
make
Docs
doxygen ./doxygen.config
Tests
make config-default
make check
Coverage
make config-coverage
make coverage-report
Description
Languages
C
98.2%
Makefile
1.8%