pveentjer / Rust-based-ARM-emulator

A bogus CPU emulator written in Rust.
52 stars 6 forks source link

[Parser] Support for comments #5

Open pveentjer opened 4 months ago

pveentjer commented 4 months ago

Currently, there is no support for comments due to problems with the lexer.

See https://github.com/pveentjer/Rust-based-ARM-emulator/issues/13