jplevyak / dparser

A Scannerless GLR parser/parser generater.
https://github.com/jplevyak/dparser
BSD 3-Clause "New" or "Revised" License
105 stars 14 forks source link

no support for stdin? #13

Open mgood7123 opened 6 years ago

mgood7123 commented 6 years ago

will there every be support for stdin and piece input (eg via input from external lexer) via dparse() , eg

"int"
"a"
";"
NULL

"int a;"