/nompose

A termpose 2-pass parser

Primary LanguageRustOtherNOASSERTION

nompose

Travis CI License: Artistic 2.0

Two-pass termpose parser.

  1. Lex into token lists
  2. Parse into tree(s)

Goals:

  • Use nom
  • Zero unsafe
  • Tested