|
|
|
|
|
by qu4z-2
4663 days ago
|
|
You may be interested in a parser generator someone at my uni was working on. It generates a possibly-non-deterministic parser which can be disambiguated at the semantic level. Paper here: [0], Source code: [1] It is unfortunately in Java, and I don't know if you want to go down the parser-generator rabbit hole, but if so -- it may be interesting (and it attempts to address the problems you've encountered, so it seems relevant). [0]: http://ieeexplore.ieee.org/xpl/login.jsp?tp=&arnumber=140201...] [1]: https://launchpad.net/yakyacc/trunk |
|