Recursive-Descent parser generators for C
peg(1) and leg(1) are tools for generating recursive-descent parsers: programs that perform pattern matching on text. They processes a Parsing Expression Grammar (PEG) to produce a program that recognises legal sentences of that grammar. peg(1) processes PEGs written using the original syntax described by Ford while leg(1) processes PEGs written using slightly different syntax and conventions that are intended to make it an attractive replacement for parsers built with lex(1) and yacc(1). Unlike lex(1) and yacc(1), peg(1) and leg(1) support unlimited backtracking, provide ordered choice as a means for disambiguation, and can combine scanning (lexical analysis) and parsing (syntactic analysis) into a single activity.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / peg
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:tools/peg && cd $_
- Create Badge
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
peg-0.1.20.tar.gz | 0000137305 134 KB | |
peg.changes | 0000001914 1.87 KB | |
peg.spec | 0000002418 2.36 KB |
Latest Revision
baserev update by copy to link target
Comments 0