Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 141 (100.0%) | 14563 (100.0%) | 103.2 |
Parser/omcc/ | 135 (95.7%) | 14494 (99.5%) | 107.3 |
Parser/omcc/javaParser/OMCCpj/src/ | 1 (0.7%) | 60 (0.4%) | 60.0 |
Compiler/runtime/ | 3 (2.1%) | 8 (0.1%) | 2.6 |
Compiler/Util/ | 1 (0.7%) | 1 (0.0%) | 1.0 |
Parser/omcc/javaParser/ | 1 (0.7%) | 0 (0.0%) | 0.0 |
initial test lexer
60 lines of code changed in 1 file:
improved the testsuit up to 8 failures
added custom error messages in the lexer
fixed problem with the parser related with memory segmentation fault
2440 lines of code changed in 12 files:
more rules added, redesign of part of the grammar
46 lines of code changed in 1 file:
version of lexer with warning for real
410 lines of code changed in 1 file:
back to the older version since the error handling doesnt work well with the optimization of last commit
4 lines of code changed in 1 file:
discussion for starting OMCCp Java
0 lines of code changed in 1 file:
more rules fixed, now 10 errors on the test suite
33 lines of code changed in 1 file:
added real with dot in the beginning and fixed strings with escape \
4 lines of code changed in 1 file:
changed recursion on the function printTokens
6 lines of code changed in 1 file:
fixed more rules
7 lines of code changed in 1 file:
lexer optimized
31 lines of code changed in 4 files:
fixed problem with escape double quote in strings
2 lines of code changed in 1 file:
fixed more grammar failures in the test suite, now it fails only in 21 cases
24 lines of code changed in 1 file:
added fix for FINAL before elementspec
21 lines of code changed in 1 file:
fixed shift reduce conflict in class variable with FINAL terminal
18 lines of code changed in 1 file:
added more rules
22 lines of code changed in 1 file:
added missing files for loading
4 lines of code changed in 1 file:
more annotations added to comments
fixed cref with arraySubscripts
3 lines of code changed in 1 file:
final version OMCC 0.9.2
8172 lines of code changed in 13 files:
fix for arrays and if exp
50 lines of code changed in 1 file:
(44 more)