LL Parser

License: Free ‎File size: N/A
‎Users Rating: 3.0/5 - ‎10 ‎votes

ABOUT LL Parser

This C code can be compiled into two programs, 'generator' and 'parser'. 'generator' is an LL parsing table generator. It takes a YACC like grammar specification and build an LL parsing table. 'parser' is an LL parser that uses this parsing t