Add stuff to output the lic file.
For non-regression tests, do not use Lazycompiler.test function anymore and just use LazyCompiler.node_check instead. put in the new file compiledDataDump.ml all the stuff related to string convertions of CompiledData items.
Showing
- src/Makefile 1 addition, 0 deletionssrc/Makefile
- src/TODO 9 additions, 6 deletionssrc/TODO
- src/compile.ml 11 additions, 5 deletionssrc/compile.ml
- src/compiledData.ml 6 additions, 119 deletionssrc/compiledData.ml
- src/compiledDataDump.ml 308 additions, 0 deletionssrc/compiledDataDump.ml
- src/evalConst.ml 2 additions, 1 deletionsrc/evalConst.ml
- src/evalType.ml 3 additions, 2 deletionssrc/evalType.ml
- src/getEff.ml 8 additions, 8 deletionssrc/getEff.ml
- src/getEff.mli 2 additions, 2 deletionssrc/getEff.mli
- src/global.ml 5 additions, 3 deletionssrc/global.ml
- src/ident.ml 5 additions, 1 deletionsrc/ident.ml
- src/ident.mli 2 additions, 1 deletionsrc/ident.mli
- src/lazyCompiler.ml 27 additions, 12 deletionssrc/lazyCompiler.ml
- src/lexer.mll 5 additions, 3 deletionssrc/lexer.mll
- src/lxm.ml 24 additions, 15 deletionssrc/lxm.ml
- src/main.ml 38 additions, 14 deletionssrc/main.ml
- src/parser.mly 6 additions, 6 deletionssrc/parser.mly
- src/predef.ml 49 additions, 1 deletionsrc/predef.ml
- src/symbolTab.ml 6 additions, 4 deletionssrc/symbolTab.ml
- src/syntaxTab.ml 10 additions, 2 deletionssrc/syntaxTab.ml
Loading
Please register or sign in to comment