jison
Parser generator
An API for creating parsers in JavaScript that generates bottom-up parsers from grammar files
bison / YACC / LEX in JavaScript (LALR(1), SLR(1), etc. lexer/parser generator)
119 stars
10 watching
20 forks
Language: JavaScript
last commit: almost 4 years ago
Linked from 1 awesome list
bisonflexlalrlalr1lexlexerlrlr1parserparsingslrslr1tokenizeryacc
Related projects:
Repository | Description | Stars |
---|---|---|
| A C++ library for defining and executing parsers as extended parsing expression grammars with support for context-sensitive grammar handling. | 67 |
| A tool for generating lexers and parsers from a BNF file with semantic actions. | 621 |
| CLI generator from classes or objects | 7 |
| A C# library that simplifies the generation of lexers and parsers using compact, type-safe definitions. | 377 |
| A Common Lisp implementation of the Yacc parser generator tool | 57 |
| A tool for generating LALR(1) parsers from a specification language | 14 |
| A Nim-based parser generator that provides a flexible and powerful way to define grammars and generate parsers for parsing strings | 332 |
| A C++ library for building efficient and maintainable parsers with flexible composition and runtime polymorphism. | 97 |
| A toolkit for building efficient and powerful parsers in JavaScript. | 3,638 |
| A tool that generates a custom command-line parser from annotated classes. | 87 |
| A tool for generating parsers at compile-time using D programming language | 45 |
| A tool for generating Python parsers from grammars in a variation of EBNF | 410 |
| A Rust-based parser generator framework designed to simplify the process of creating parsers | 1 |
| A commandline tool for parsing JSON from various sources | 51 |
| Automates the creation of lexical analyzers for various programming languages. | 1,113 |