Fix the slice lexing problem properly (i.e., in the lexer, not in the parser).
Add a -tlex option to debug the lexer. Also, rename the rules in parser.mly now that their appear in the manual. This renaming work is in progress though.
Showing
- .gitignore 29 additions, 1 deletion.gitignore
- src/Makefile 1 addition, 0 deletionssrc/Makefile
- src/getEff.ml 1 addition, 1 deletionsrc/getEff.ml
- src/global.ml 2 additions, 2 deletionssrc/global.ml
- src/lexer.mll 17 additions, 14 deletionssrc/lexer.mll
- src/main.ml 16 additions, 4 deletionssrc/main.ml
- src/parser.mly 289 additions, 291 deletionssrc/parser.mly
- src/syntaxTreeCore.ml 1 addition, 1 deletionsrc/syntaxTreeCore.ml
- src/test/Makefile 2 additions, 2 deletionssrc/test/Makefile
- src/test/test.res.exp 2 additions, 0 deletionssrc/test/test.res.exp
Loading
Please register or sign in to comment