summaryrefslogtreecommitdiff
path: root/src/translators/symbols_generator.rs
Commit message (Collapse)AuthorAge
* Write line and column information to symbols fileBen Bridle2024-10-29
| | | | | Previously only the path to the source file was being written, not the location of the symbol within the file.
* Rewrite assemblerBen Bridle2024-10-28
This is an almost complete rewrite of the entire assembler from the ground up, with a different parsing strategy and a whole new symbol resolution mechanism for automatically including library files. The assembly syntax has also been slightly modified, with padding tokens now being prefixed with '#' instead of '$', and a block-style anonymous-label syntax which uses the '{' and '}' characters.