Historique des commits

Auteur SHA1 Message Date
  Taddeus Kroes 94299b18ac Fixed division by zero check il y a 12 ans
  Taddeus Kroes a574d8ace5 IntVal now takes a 32-bit int as argument (not 31 or 63), and integer bound check is moved to lexer il y a 12 ans
  Taddeus Kroes 569075e6d9 Typechecking phase now also prints multiple errors before quitting (could use some more extensive debugging) il y a 12 ans
  Taddeus Kroes 9dd038fd0f Cleanup il y a 12 ans
  Taddeus Kroes 885fa4bc95 Changed the way errors are represented + context analysis now prints multiple errors before exiting il y a 12 ans
  Taddeus Kroes ef86a30481 Rewrote default traversal function such that a traversal now has a secondary result il y a 12 ans
  Taddeus Kroes 9c53b71f55 Updated TODO list il y a 12 ans
  Taddeus Kroes 81894d4b01 Variable declarations are now again moved to the beginning of the function body il y a 12 ans
  Taddeus Kroes 4f45e79231 Revert "For-to-while loop transformations now use inline vardecs" il y a 12 ans
  Taddeus Kroes b530c36dde Generated variable names now have leading underscores instead of dollar signs il y a 12 ans
  Taddeus Kroes c373abd89b Float constants of the form .5 and 5. are now allowed by the lexer il y a 12 ans
  Taddeus Kroes f8a14e0111 Added testsuite README and mae target for quick redistribution of testing framework il y a 12 ans
  Taddeus Kroes 65edd7a998 Removed some faulty comments from the testsuite il y a 12 ans
  Taddeus Kroes a1fb541ec0 Indent fix il y a 12 ans
  Taddeus Kroes 7da2050c83 Added some TODO items il y a 12 ans
  Taddeus Kroes b21183186b Made function reference into a link in docs il y a 12 ans
  Taddeus Kroes 71d3ad5cc7 Correctd some typo's il y a 12 ans
  Taddeus Kroes a7f64c44ce Removed useless parentheses il y a 12 ans
  Taddeus Kroes 41961457ea Updated some comments il y a 12 ans
  Taddeus Kroes 3082b87b35 Fixed weird context analysis on array dimension names il y a 12 ans
  Taddeus Kroes 201057e27b Added a bunch of tests for parsing and more il y a 12 ans
  Taddeus Kroes afb60883d5 For-to-while loop transformations now use inline vardecs il y a 12 ans
  Taddeus Kroes eb9251e76d Test runner cleanup il y a 12 ans
  Taddeus Kroes bd12758353 Added testcase for global array initialisation il y a 12 ans
  Taddeus Kroes 013ecd4880 Global arrays may now also be initialised il y a 12 ans
  Taddeus Kroes 7ed93f79ce Stdlib header file cleanup il y a 12 ans
  Taddeus Kroes d46894a67c Made array type errors more readable il y a 12 ans
  Taddeus Kroes e2cc38a7b6 VarDec and Assign are now interleaved, making scoping correct il y a 12 ans
  Taddeus Kroes 880b03d7a9 Moved preprocess tests to separate directory, tweaked some test configuration vars il y a 12 ans
  Taddeus Kroes 35476b2030 Added extensive parsing test ,tweaked some other test files il y a 12 ans