Achievement unlocked: bootstrap

With a simple grammar, admittedly, but I've just achieved first 
bootstrap in EarleyBird.

The input is an ixml file describing a grammar. Parsed into a tree. From 
that, a target grammar is constructed, which is then used to parse a 
document in the described grammar.

https://github.com/mdubinko/earleybird

Received on Thursday, 25 August 2022 21:41:08 UTC