Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rewrite entire assembler | Ben Bridle | 2025-03-11 |
| | | | | | | | | | | | | The language is now more general, the code is better structured, error reporting is more detailed, and many new language features have been implemented: - conditional blocks - first-class strings - more expression operators - binary literals - negative values - invocations in constant expressions | ||
* | Finish first working version of Torque | Ben Bridle | 2025-02-27 |
| | | | | | This is a huge and messy commit, worked on piecemeal while traveling and while the language was still being designed. | ||
* | Separate syntactic and semantic token types by namespace | Ben Bridle | 2025-02-12 |
| | | | | This will allow type names to be shared by both types of token. | ||
* | Initial commit | Ben Bridle | 2025-02-11 |