Skip to content

Releases: Gen-lang/Gen

v0.3.0

28 Jan 02:41
Compare
Choose a tag to compare

Yay! Gen became a full language.

  • Enable for in
  • Various bug fixes

v0.2.2

26 Jan 14:39
Compare
Choose a tag to compare

Further bug fixes on maps.

v0.2.1

25 Jan 05:05
d272c3a
Compare
Choose a tag to compare

Bug fixes on maps.

v0.2.0

24 Jan 02:13
Compare
Choose a tag to compare

Big Additions:

  • built-in import function
  • map (dictionary in Python)
import("some_file.gen")

some_func_in_some_file()

Initial Release

17 Jan 23:21
Compare
Choose a tag to compare

Allows basic programming.