Historique des commits

Auteur SHA1 Message Date
  Taddeus Kroes 6a7d2a1dd7 Fixed bug where desugaring would not traverse into local functions properly il y a 12 ans
  Taddeus Kroes 4225c53427 Finished first version of assembly phase il y a 12 ans
  Taddeus Kroes 90c7e2b83d Worked on assembly generation, added -noopt argument, tweaked verbority level il y a 12 ans
  Taddeus Kroes 21fc065c8f Changed constant node types, added VarDecs|LocalFuns wrappers, implemented first steps of assembler il y a 12 ans
  Taddeus Kroes 45ccce6001 Renamed ast.ml to types.ml il y a 12 ans
  Taddeus Kroes 838389b893 Changed the way nodes are annotated to something more moldable, in the process changing/bugfixing pretty much everything il y a 12 ans
  Taddeus Kroes 2084f76312 Added transformation of while-loops to do-while loops il y a 12 ans
  Taddeus Kroes 669f2c21f3 Added a rudimentary form of constant propagation for reducing for-loop complexity, improved flatten_blocks il y a 12 ans
  Taddeus Kroes bd304ed3a4 Implemented external variables using getters and setters, some general changes & fixes in other phases for compliance il y a 12 ans
  Taddeus Kroes 180700fd3e Moved command-line arguments to global record il y a 12 ans
  Taddeus Kroes 1cdc10625d Implemented array dimension reduction, generalized Array type, more bugfixes in other phases il y a 12 ans
  Taddeus Kroes 8ff21e8694 Turns out a TODO list issue was already fixed implicitly il y a 12 ans
  Taddeus Kroes 2afacac5e5 Implemented constant array initialisation il y a 12 ans
  Taddeus Kroes f282d9b512 Implemented scalar array initialisation il y a 12 ans
  Taddeus Kroes 6a77ae3cca Fixed issue where nested for-loop counters would not be replaced properly il y a 12 ans
  Taddeus Kroes 74d0ad3cc1 Finished type checking & content analysis il y a 12 ans
  Taddeus Kroes 96ecd75efb Implemented most of typechecking, some bugfixes in other phases il y a 12 ans
  Taddeus Kroes d74b3bcded Mostly finished desugaring and context analysis, added some utils, general bugfixes, started on array dimension reduction il y a 12 ans
  Taddeus Kroes 0e0dd26f30 Generalized error printing and applied it in context analysis il y a 12 ans
  Taddeus Kroes 478237b452 Added item to TODO list & comment cleanup il y a 12 ans
  Taddeus Kroes 1c3447e39e Implemented transformation of for-loops to while-loops il y a 12 ans
  Taddeus Kroes f0e55d0030 Implemented C preprocessor integration il y a 12 ans
  Taddeus Kroes cebd145125 Moved command-line arguments to parameterized type il y a 12 ans
  Taddeus Kroes 28bb7272d4 Mostly fixed line numbers + added fancy error message il y a 12 ans
  Taddeus Kroes 4f112ab59c Did a lot of stuff: il y a 12 ans
  Taddeus Kroes 50cc633821 Added location attribute to all node definitions & matches il y a 12 ans
  Taddeus Kroes 3747dc9846 Added C preprocessor to parser + quickfix to make code work il y a 12 ans
  Taddeus Kroes 0c538f2ee3 Started implementing node locations + some work on desugaring il y a 12 ans
  Taddeus Kroes ee11dce399 Started on implementing CiviC compiler il y a 12 ans