| phorward/unicc |
54 |
|
0 |
0 |
over 2 years ago |
0 |
|
4 |
mit |
C |
| LALR parser generator targetting C, C++, Python, JavaScript, JSON and XML |
| melt-umn/copper |
16 |
|
0 |
0 |
over 2 years ago |
0 |
|
15 |
lgpl-3.0 |
Java |
| An integrated context-aware scanner and parser generator |
| k-john-gough/gppg |
15 |
|
0 |
0 |
over 5 years ago |
0 |
|
1 |
other |
C# |
| GPPG is a parser generator that produces parsers written in the C# V2 or higher. The input language is YACC-like, and the parsers are LALR(1), with the usual automatic disambiguations. Designed to work with GPLEX. |
| marat1961/Oz-CocoR-Delphi |
10 |
|
0 |
0 |
almost 5 years ago |
0 |
|
2 |
gpl-3.0 |
Pascal |
| Coco/R is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner works as a deterministic finite automaton. The parser uses recursive descent. LL(1) conflicts can be resolved by a multi-symbol lookahead or by semantic checks. Thus the class of accepted grammars is LL(k) for an arbitrary k. |
| KommuSoft/Gardens-Point-Parser-Generator |
7 |
|
0 |
0 |
almost 12 years ago |
0 |
|
3 |
|
C# |
| A parser for C# in C# |
| mittelmark/yeti |
5 |
|
0 |
0 |
over 3 years ago |
0 |
|
1 |
bsd-2-clause |
Tcl |
| Yeti - parser and scanner generator for Tcl |
| rrozansk/SPaG |
5 |
|
0 |
0 |
about 7 years ago |
1 |
October 17, 2018 |
0 |
mit |
Python |
| A compiler to translate regular expressions (regular grammars) and LL1 BNF languages (subset of context free grammars) to generated scanners and/or parsers. |