Releases: geode-lang/geode
Releases · geode-lang/geode
0.6.7: Merge pull request #21 from geode-lang/develop
0.6.6: Merge pull request #20 from geode-lang/develop
Expression Update
Short list of changes:
- Removed <- and := and traded for =
- Equality is now tested with the traditional ==
- Class Methods work and should function well enough for now
- sizeof(T) was replaced with a more generalizable info(T) which
current contains:- .size: int
- .name: string
with more values to be added in future
- stdlib file class/api update
- updated encoding lib to support new info(T)
- updated tests to reflect new syntax
- added new error reporting at compile time
- rewritten expression parser allows more complex compound expressions
- a multitude of small bug fixes and syntax fixes
0.4.5: Merge pull request #18 from geode-lang/develop
0.4.3
Argument restructuring and dynamic string work Signed-off-by: Nick Wanninger <[email protected]>
0.4.1
Remove a.out.dSYM
Namespace v1 update
v0.0.7 Dereferencing and Compound assignment
v0.0.2
Updated library system and Package system