Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 368 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 368 Bytes

Forth Parser

Based on Bradford J. Rodriguez's BNF parser.

Inspiration on updating from this.

Goals

  • Support yacc like actions.
  • Allow inline strings + chars.
  • Something like kleene star/plus. (TODO)
  • Nicer syntax. (TODO)
  • Structure as library.