项目作者: arindas

项目描述 :
Yet Another Parser Parser
高级语言: Go
项目地址: git://github.com/arindas/yapp.git
创建时间: 2019-01-19T14:17:22Z
项目社区:https://github.com/arindas/yapp

开源协议:MIT License

下载


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.