Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Implement string literals | Ben Bridle | 2025-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. | ||
* | 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. | ||
* | Implement semantic error reporting | Ben Bridle | 2025-02-15 |
| | |||
* | Implement semantic parsing | Ben Bridle | 2025-02-14 |
| | |||
* | Define semantic types | Ben Bridle | 2025-02-11 |
| | |||
* | Initial commit | Ben Bridle | 2025-02-11 |