Currently, every instruction needs to end with a semicolon because line feeds are dumped by the lexer. e.g. ``` MOV r0, =var_a; ``` The trailing semicolon should not be needed. See https://github.com/pveentjer/Rust-based-ARM-emulator/issues/13
Currently, every instruction needs to end with a semicolon because line feeds are dumped by the lexer.
e.g.
The trailing semicolon should not be needed.
See #13