Skip to content

Releases: geode-lang/geode

0.6.7: Merge pull request #21 from geode-lang/develop

11 Oct 11:38
34bd2de
Compare
Choose a tag to compare

0.6.6: Merge pull request #20 from geode-lang/develop

21 Sep 04:34
dea9d4a
Compare
Choose a tag to compare

Expression Update

13 Sep 14:43
823a7e0
Compare
Choose a tag to compare

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

05 Sep 14:53
c762bd0
Compare
Choose a tag to compare

0.4.3

01 Sep 21:16
Compare
Choose a tag to compare
Argument restructuring and dynamic string work

Signed-off-by: Nick Wanninger <nickwanninger@gmail.com>

0.4.1

30 Aug 21:38
Compare
Choose a tag to compare
Remove a.out.dSYM

Namespace v1 update

10 Jul 20:35
Compare
Choose a tag to compare
v0.0.7

Dereferencing and Compound assignment

v0.0.2

01 Jul 19:41
Compare
Choose a tag to compare
Updated library system and Package system