Commit History

Автор 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 569075e6d9 Typechecking phase now also prints multiple errors before quitting (could use some more extensive debugging) преди 12 години
  Taddeus Kroes 625095f367 Documented all global modules (phases still need to be done) преди 12 години
  Taddeus Kroes 0f6da945f4 Cleanup main file, added some documentation преди 12 години
  Taddeus Kroes d9384dc253 Removed ArrayScalar node преди 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 2866a1f1ef Re-enabled VarDecs and LocalFuns annotation for high verbosity level преди 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 4225c53427 Finished first version of assembly phase преди 12 години
  Taddeus Kroes efd38ab9df fixed issue where bool_op phase would not traverse properly in nested expressions преди 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 години
  Taddeus Kroes 838389b893 Changed the way nodes are annotated to something more moldable, in the process changing/bugfixing pretty much everything преди 12 години
  Taddeus Kroes bd304ed3a4 Implemented external variables using getters and setters, some general changes & fixes in other phases for compliance преди 12 години
  Taddeus Kroes ce994bbdcd Added trailing zero after rounded floating point number stringification преди 12 години
  Taddeus Kroes 662cca4a28 Moved args to ast.ml to avoid circular dependency преди 12 години
  Taddeus Kroes e534ea2691 Improved some stringifications преди 12 години
  Taddeus Kroes 1cdc10625d Implemented array dimension reduction, generalized Array type, more bugfixes in other phases преди 12 години
  Taddeus Kroes 2afacac5e5 Implemented constant array initialisation преди 12 години
  Taddeus Kroes f282d9b512 Implemented scalar array initialisation преди 12 години
  Taddeus Kroes 6a77ae3cca Fixed issue where nested for-loop counters would not be replaced properly преди 12 години
  Taddeus Kroes 74d0ad3cc1 Finished type checking & content analysis преди 12 години
  Taddeus Kroes 85108f6d9b Added new node type for array assignment преди 12 години
  Taddeus Kroes 12da98abeb Implemented array dims expansion correctly (probably), more bugfixes преди 12 години
  Taddeus Kroes 96ecd75efb Implemented most of typechecking, some bugfixes in other phases преди 12 години
  Taddeus Kroes d74b3bcded Mostly finished desugaring and context analysis, added some utils, general bugfixes, started on array dimension reduction преди 12 години
  Taddeus Kroes 4f112ab59c Did a lot of stuff: преди 12 години