提交历史

作者 SHA1 备注 提交日期
  Taddeus Kroes a574d8ace5 IntVal now takes a 32-bit int as argument (not 31 or 63), and integer bound check is moved to lexer 12 年之前
  Taddeus Kroes 885fa4bc95 Changed the way errors are represented + context analysis now prints multiple errors before exiting 12 年之前
  Taddeus Kroes ef86a30481 Rewrote default traversal function such that a traversal now has a secondary result 12 年之前
  Taddeus Kroes 81894d4b01 Variable declarations are now again moved to the beginning of the function body 12 年之前
  Taddeus Kroes 4f45e79231 Revert "For-to-while loop transformations now use inline vardecs" 12 年之前
  Taddeus Kroes b530c36dde Generated variable names now have leading underscores instead of dollar signs 12 年之前
  Taddeus Kroes 3082b87b35 Fixed weird context analysis on array dimension names 12 年之前
  Taddeus Kroes afb60883d5 For-to-while loop transformations now use inline vardecs 12 年之前
  Taddeus Kroes 013ecd4880 Global arrays may now also be initialised 12 年之前
  Taddeus Kroes e2cc38a7b6 VarDec and Assign are now interleaved, making scoping correct 12 年之前
  Taddeus Kroes 6163840311 Array dimensions are now uniquely named to avoid weird context analysis errors when arrays are redefined 12 年之前
  Taddeus Kroes 65ff039e7c Added loop unrolling phase 12 年之前
  Taddeus Kroes 2b0ee7d2fd Fixed array VarDec dimensions not being propagated as constants 12 年之前
  Taddeus Kroes 111c1d546c Documented extern variables phase, moved the phase to before dimension reduction, fixed dimension getters/setters for extern array variables 12 年之前
  Taddeus Kroes b79720f90d Documented desugaring phase 12 年之前
  Taddeus Kroes d2ac2ab8ea Removed 'open Globals' and used 'Globals.args' instead 12 年之前
  Taddeus Kroes 3403c4a3fc Formatted all source code to 2 spaces as tab, and some more prettifications 12 年之前
  Taddeus Kroes 7c9b5cf1af Added interface files for all modules, moved command-line arguments to globals.ml, made types.ml an .mli file 12 年之前
  Taddeus Kroes b418c7c589 Generated array dimension names are now unique to avoid weird error messages when array definitions have name clashes 12 年之前
  Taddeus Kroes 60a3a48b60 Scalar array initialisation now supports non-constant values, which are evaluated only once 12 年之前
  Taddeus Kroes e92fd83385 Added single-time evaluation for array constant variables ad array dimensions 12 年之前
  Taddeus Kroes 6ba4edeec6 Typo 12 年之前
  Taddeus Kroes f979c1faf4 Changed the way array types are represented, and cleaned up a lot of code in the process 12 年之前
  Taddeus Kroes ae20d87ad4 Re-introduced DimDec node to get array dimension declarations to work properly, and rewrote a bunch of code to make it actually work... 12 年之前
  Taddeus Kroes fc5a38d30a Re-wrote main file: added a centralized list of phases and generalized logging format + added -upto option 12 年之前
  Taddeus Kroes 6a7d2a1dd7 Fixed bug where desugaring would not traverse into local functions properly 12 年之前
  Taddeus Kroes 4225c53427 Finished first version of assembly phase 12 年之前
  Taddeus Kroes 90c7e2b83d Worked on assembly generation, added -noopt argument, tweaked verbority level 12 年之前
  Taddeus Kroes 21fc065c8f Changed constant node types, added VarDecs|LocalFuns wrappers, implemented first steps of assembler 12 年之前
  Taddeus Kroes 45ccce6001 Renamed ast.ml to types.ml 12 年之前