Skip to content

simC v0.1-alpha-4

Latest
Compare
Choose a tag to compare
@frankhart2018 frankhart2018 released this 23 Jan 21:02
· 40 commits to master since this release
  • Structures
  • Single line versions of block statements
  • Support for boolean
  • Update lexer to class
  • Balanced parantheses check
  • Arrays (complete with indexing and assignment)
  • Functions more usable (using variable dependency in symbol table)
  • Explicit typecasting
  • type function
  • size function