summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAge
* Update version to 4.0.4v4.0.4Ben Bridle2024-10-31
|
* Update version to 4.0.3v4.0.3Ben Bridle2024-10-31
|
* Update version to 4.0.2v4.0.2Ben Bridle2024-10-30
|
* Update version to 4.0.1v4.0.1Ben Bridle2024-10-29
|
* Update version to 4.0.0v4.0.0Ben Bridle2024-10-28
|
* Update vagabond dependency to point to git URLBen Bridle2024-10-28
|
* 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.
* Update version to 3.0.0v3.0.0Ben Bridle2024-09-08
|
* Add information to Cargo.tomlv1.0.0Ben Bridle2023-12-24
|
* About to refactor parser to be a struct with a method for each stageBen Bridle2023-05-06