summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAge
* Update version to 5.0.0v5.0.0Ben Bridle2025-03-25
|
* Update version of assembler library usedBen Bridle2025-03-25
|
* Remove unused dependenciesBen Bridle2025-03-18
|
* Rewrite libraryBen Bridle2025-03-18
|
* Use locator types from assembler crateBen Bridle2025-02-04
| | | | | Work-in-progress commit while functionality is moved over to the assembler crate. This commit doesn't compile.
* Update version to 4.0.6v4.0.6Ben Bridle2024-11-06
|
* Update version to 4.0.5v4.0.5Ben Bridle2024-11-01
|
* 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