Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 527 Bytes

todo.md

File metadata and controls

21 lines (21 loc) · 527 Bytes

0.1

  • Saving strings to variables DONE
  • Parentheses expressions DONE
  • More advanced storing of data (store data in binary) DONE
  • ASTCreator Bugfixes DONE
  • Scope variable dropping DONE
  • Working integers DONE
  • Working functions DONE
  • String to int, Int to string conversion DONE

0.2

  • "Bracket results" DONE
  • Garbage collection DONE
  • Memory leaks
  • Classes/Structs
  • Static checking
  • Better version of vector
  • Objects DONE
  • Variable shadowing DONE
  • Lexer fixes

0.3

  • lambdas, saving function to a variable