Historique des commits

Auteur SHA1 Message Date
  Tom Tsagk 4d85f3f9c9 Add ability to define "reference" variables, and use them around il y a 3 ans
  Tom Tsagk a787f168c6 Add `asset` command back, make variables that own other objects find them properly within parent classes il y a 3 ans
  Tom Tsagk 549a96247c Remove all `lex` and `yacc` references il y a 3 ans
  Tom Tsagk a247aa4dce Initial implementation of replacing `lex` and `yacc` il y a 3 ans
  tomtsagk ec1dfe5dbb Fix recursive include from header files il y a 4 ans
  tomtsagk fba48d9211 Add the `include` command, and ability to modularise the project, to compile parts of it at a time il y a 4 ans
  tomtsagk ca1b1bc12b Add support for local variables, scoping, and references (pointers) il y a 5 ans
  tomtsagk 8c384cb922 fix array access il y a 5 ans
  tomtsagk bc432a67a9 chanage how to detect arrays in definitions il y a 5 ans
  Tom Tsagk 09753eb56e add parents to all ast nodes, definitions that are direct children of classes, are now part of them il y a 5 ans
  Tom Tsagk fb668d9d39 add `-Wall` `-Wextra` and `-Wpedantic` flags when compiling, organised code to minimise warnings il y a 5 ans
  Tom Tsagk 58825d5ac4 split compilation process of lex, yacc and the executable il y a 5 ans