Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update version to 5.0.0v5.0.0 | Ben Bridle | 2025-03-25 |
| | |||
* | Update version of assembler library used | Ben Bridle | 2025-03-25 |
| | |||
* | Remove unused dependencies | Ben Bridle | 2025-03-18 |
| | |||
* | Rewrite library | Ben Bridle | 2025-03-18 |
| | |||
* | Use locator types from assembler crate | Ben Bridle | 2025-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.6 | Ben Bridle | 2024-11-06 |
| | |||
* | Update version to 4.0.5v4.0.5 | Ben Bridle | 2024-11-01 |
| | |||
* | Update version to 4.0.4v4.0.4 | Ben Bridle | 2024-10-31 |
| | |||
* | Update version to 4.0.3v4.0.3 | Ben Bridle | 2024-10-31 |
| | |||
* | Update version to 4.0.2v4.0.2 | Ben Bridle | 2024-10-30 |
| | |||
* | Update version to 4.0.1v4.0.1 | Ben Bridle | 2024-10-29 |
| | |||
* | Update version to 4.0.0v4.0.0 | Ben Bridle | 2024-10-28 |
| | |||
* | Update vagabond dependency to point to git URL | Ben Bridle | 2024-10-28 |
| | |||
* | Rewrite assembler | Ben Bridle | 2024-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.0 | Ben Bridle | 2024-09-08 |
| | |||
* | Add information to Cargo.tomlv1.0.0 | Ben Bridle | 2023-12-24 |
| | |||
* | About to refactor parser to be a struct with a method for each stage | Ben Bridle | 2023-05-06 |