- From: M Joel Dubinko <micah@dubinko.info>
- Date: Thu, 25 Aug 2022 17:40:51 -0400
- To: public-ixml@w3.org
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