| Commit message (Collapse) | Author | Age |
|
|
|
| |
torque-asm now uses the Compiler type provided by the assembler library.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
| |
This is a huge and messy commit, worked on piecemeal while traveling
and while the language was still being designed.
|
| |
|
|
|