An open API service indexing awesome lists of open source software.

https://github.com/arindas/yapp

Yet Another Parser Parser
https://github.com/arindas/yapp

automata lexical-analyzer parser parser-generator

Last synced: 7 months ago
JSON representation

Yet Another Parser Parser

Awesome Lists containing this project

README

          

# yapp
Yet Another Parser Parser

Given an input file with a context free grammar, it produces a push down automata for lexing tokens. It also designs a LR(0)
parser using a finite state machine an produces a tree of grammatical elements.