Releases: JeneLitsch/Litan
Releases · JeneLitsch/Litan
Version 0.5
- Faster for loops
- Faster variable access
- Less memory allocation for local variables
- Fixes and more...
Alpha 0.4
- Functions pointers + ltn::invoke(...)
- External functions
- Clock object and ltn::clock()
Alpha 0.2.1
- Bug fixes
- ltnvm takes the path of a compiled file to run as an argument
- improved "+" operator
Alpha 0.3
Core language
- Better type promotion and casting
Standard library
- [math.ltn] mathematical functions (min, max, sin, cos, abs ...)
- [io.ltn] input/output streams and read and write functions
- [utils.ltn] size(), front() and back() for arrays
Alpha 0.2
- asm-functions
- namespaces
- bitshift << >>
- removed "->" operator
Alpha 0.1
- functions
- arrays
- strings
- ints and floats
- limited basic operators
- comments
- garbage collection