summaryrefslogtreecommitdiff
path: root/src/compiler.rs
Commit message (Collapse)AuthorAge
* 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.
* Separate syntactic and semantic token types by namespaceBen Bridle2025-02-12
| | | | This will allow type names to be shared by both types of token.
* Initial commitBen Bridle2025-02-11