#parser-generator (15 Repositories)
Ranked open-source repositories tagged with #parser-generator, scored by pull request acceptance likelihood and maintainer engagement velocity.
4.0%
13.1h
15 repositories tagged #parser-generator
usethesource/rascal
The implementation of the Rascal meta-programming language (including interpreter, type checker, parser generator, compiler and JVM based run-time system)
smolkaj/nice-parser
Nice parsers in OCaml without the boilerplate
chakravala/Reduce.jl
Symbolic parser for Julia language algebra using REDUCE
ianh/owl
A parser generator for visibly pushdown languages.
antlr/intellij-plugin-v4
An IntelliJ plugin for ANTLR v4
zephir-lang/php-zephir-parser
The Zephir Parser delivered as a C extension for the PHP language.
arithy/packcc
A parser generator for C
pegjs/pegjs
PEG.js: Parser generator for JavaScript
goffrie/plex
a parser and lexer generator as a Rust procedural macro
b3b00/csly
a C# embeddable lexer and parser generator (.Net core)
peter-winter/ctpg
Compile Time Parser Generator is a C++ single header library which takes a language description as a C++ code and turns it into a LR1 table parser with a deterministic finite automaton lexical analyzer, all in compile time.
antlr/antlr4
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
zevv/npeg
PEGs for Nim, another take
mna/pigeon
Command pigeon generates parsers in Go from a PEG grammar.