Skip to content

v0.1.0

Compare
Choose a tag to compare
@mertyildiran mertyildiran released this 30 Nov 02:02
· 382 commits to master since this release
5996655

The language features that are implemented as of v0.1.0:

  • Interpreter
  • Compiler
  • Comments
  • Primitive Data Types (bool, num, str, any)
  • Lists
  • Dictionaries
  • Operators
  • Loops
  • Functions
  • Decision Making
  • Modules
  • Library import (importing from spells/ directory)
  • Chaos C extensions
  • I/O: print, echo, pretty print and pretty echo keywords
  • Extras: del, exit, quit, symbol_table and function_table keywords