Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-12-25 | 899 Bytes | |
Sorghvliet 0.9.5 source code.tar.gz | 2022-12-25 | 2.8 MB | |
Sorghvliet 0.9.5 source code.zip | 2022-12-25 | 9.5 MB | |
Totals: 3 Items | 12.3 MB | 0 |
- New testing system: Test-o-Mat (entirely written in Citrine)
- Improved portability, builds system for Win32, Win64 and MacOS (64)
- Added new language: Yakut
- Improved translations for all supported languages
- New Reflection API (Program find: [string], Program [string], Program [string]: [string])
- New String subtraction feauture: [string] - [string]
- Allow users to unset/Nil environment vars (portable way)
- Alias Map contains/has
- Improved performance of string-to-code
- Fixed Dutch time notation
- Fixed warning chdir/getcwd() return values
- Fixed reset tracked memory data after ending program
- Fixed plugin loader for Windows
- Fixed null pointer check in ctr_heap_reallocate()
- Fixed constraint check in ctr_array_fill()
- Fixed minimum size for pools
- Added core test for parser
- Added core test for memory allocator
- Code clean-up
- Documentation fixes