Releases: The-Tin-Foil-Hat-Society/tin
Releases · The-Tin-Foil-Hat-Society/tin
v0.1.1 Pre-Alpha
What's New
- Basic speed and code size optimisation functionality
Full Changelog: v0.1.0-prealpha...v0.1.1-prealpha
v0.1.0 Pre-Alpha
Initial turing-complete release.
What Works
- Basic operators
- For and while loops
- Functions
- If statements
- In-line assembly
- Including other .tin files
- Printing string literals
- Standard library support
- Strings
- Variables
- i8, i16, i32 support
- u8, u16, u32 support
- ...and everything featured in
/examples
What Doesn't Work
- Everything not listed above
- Allocation & freeing
- Function arguments
- Pointers
- Printing variables
- User input