flagxor / forth-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Forth 97.9%Language:Makefile 2.1%