CSRessel / csg-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic usage:

$ make
$ ./csgp
> create
create> tests/grammar_name.csg
...
> printVariables
...
> printRules
...
etc.
...
> parse
parse> a b c d c a a
... (space separated symbols, all within the alphabet of terminals)

About


Languages

Language:C++ 99.2%Language:Makefile 0.8%