human-parser-generator
human-parser-generator copied to clipboard
A straightforward recursive descent Parser Generator with a focus on "human" code generation and ease of use.
Hi! I was looking for a parser generator and your project matched my requirements. However, I needed to make some improvements so i decided to fork it (to be precise,...
1. Clone a clean copy of HPG from Github 2. Open VS 2017 Community 3. Go to open the .sln file. Oops! There isn't one. 4. As a fallback, go...
Now that the generator becomes more and more stable, it becomes feasible to implement additional emitters. The first next emitter might be Python.
v1.1 introduced a new way of tracking errors. This was a big improvement, but still lacks the contextual detail that is wanted.
create dynamic code emitter (-> interpreter from ENBF string)
create bit-parsable support