- Added `Declaration` class that collects information about all declarations of interest in semantic actions.
Changed
- Simplified some grammar rules and added named matches to simplify semantic actions (**BIC**)
0.4.1
Changed
- Fixed `parglare` dependency. Now we should be able to use all 0.16.* versions of `parglare`. - Fixed problem with installing `cparser` in editable mode.
0.4.0
Changed
- Relaxed dependency towards `parglare` parser.
0.3.1
Changed
- The dangling else problem is handled. -
0.3.0
Changed
- Performance optimization. `forest.get_first_tree()` used instead of `forest[0]` **(BIC)**.
0.2.0
Added
- _Bool support added. _Bool is built-in type in C99.
Changed
- Reimplemented disambiguation code in order to support the newest parglare.