summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update assembler dependencyBen Bridle2025-03-01
| | | | | | The latest version of the assembler dependency fixes an issue that was preventing the library from compiling under the latest rust nightly 1.87.0.
* Update version to 1.1.0v1.1.0Ben Bridle2025-02-28
|
* Implement inhx formatBen Bridle2025-02-28
| | | | inhx is the original Intel hex format.
* Implement string literalsBen Bridle2025-02-28
| | | | | | | | String literals are treated as integers. If a string is passed as an integer argument to a packed binary literal, a new instance of the packed binary literal is invoked for every character in the string, with each character being passed to the packed binary literal as a Unicode character value.
* Update version to 1.0.0v1.0.0Ben Bridle2025-02-27
|
* Finish first working version of TorqueBen Bridle2025-02-27
| | | | | This is a huge and messy commit, worked on piecemeal while traveling and while the language was still being designed.
* Implement semantic error reportingBen Bridle2025-02-15
|
* Implement semantic parsingBen Bridle2025-02-14
|
* Separate syntactic and semantic token types by namespaceBen Bridle2025-02-12
| | | | This will allow type names to be shared by both types of token.
* Define semantic typesBen Bridle2025-02-11
|
* Initial commitBen Bridle2025-02-11