Parser improvements for modcc (#1050)
* Add ranges in STATE blocks of the form FROM ... TO ... * Unit test for the above * Add type check for <..., ...> ranges * Add units in procedure argument lists * Unit test for the above.
Showing
- modcc/parser.cpp 57 additions, 2 deletionsmodcc/parser.cpp
- modcc/parser.hpp 1 addition, 0 deletionsmodcc/parser.hpp
- modcc/token.cpp 2 additions, 0 deletionsmodcc/token.cpp
- modcc/token.hpp 1 addition, 0 deletionsmodcc/token.hpp
- test/unit-modcc/test_parser.cpp 5 additions, 1 deletiontest/unit-modcc/test_parser.cpp
Please register or sign in to comment