lagodiuk / earley-parser-js
Tiny JavaScript implementation of context-free languages parser - Earley parser (including generation of the parsing-forest).
☆118Updated 7 years ago
Alternatives and similar repositories for earley-parser-js:
Users that are interested in earley-parser-js are comparing it to the libraries listed below
- prolog interpreter in javascript☆82Updated 8 years ago
- a JavaScript library for working with BNF grammars☆59Updated 3 years ago
- JS/CC LALR(1) Parser Generator: A LALR(1) Parser Generator for JavaScript written in JavaScript☆48Updated 4 years ago
- Waxeye is a parser generator based on parsing expression grammars (PEGs). It supports C, Java, JavaScript, Python, Racket, and Ruby.☆235Updated 2 years ago
- Compile-to-js and compile-to-c language, highly readable, keep it simple philosophy☆147Updated 4 years ago
- The Layout Language☆100Updated 10 years ago
- Myna Parsing Library☆79Updated 2 years ago
- Markdown-like DSL for defining grammatical syntax for programming languages.☆128Updated last year
- A Pint-sized Earley Parser☆33Updated 5 months ago
- A programming language where the syntax and semantics are mutable at runtime☆164Updated 12 years ago
- A top down parser that can handle left recursion by using a stack and backtracking☆17Updated 9 years ago
- Javascript Parser Combinator Library☆148Updated 9 years ago
- Simple Operator overloading library for JS.☆162Updated 3 years ago
- A parser for BNF and EBNF grammars used by jison☆81Updated 4 years ago
- bison / YACC / LEX in JavaScript (LALR(1), SLR(1), etc. lexer/parser generator)☆121Updated 3 years ago
- Type Inference Library written in TypeScript☆93Updated last year
- A toy language that compiles to WebAssembly☆50Updated 2 years ago
- Constraint library for JavaScript☆205Updated 4 years ago
- Unfancy JavaScript with Manual Memory Management☆94Updated 12 years ago
- UI for debugging Jison grammars (UNMAINTAINED)☆116Updated 6 years ago
- Minimal self-hosted JavaScript compiler in 1k lines of code☆160Updated 7 years ago
- Javascript implementation of "Complete and Easy Bidirectional Type Checking for Higher-Rank Polymorphism"☆75Updated 6 months ago
- A simple Prolog interpreter written with javascript☆16Updated 7 years ago
- LLVM bindings for Node.JS☆94Updated 11 years ago
- Top Down Operator Precedence☆157Updated 3 years ago
- C to WebAssembly compiler☆254Updated 7 years ago
- The Lark programming language.☆58Updated 14 years ago
- javascript s-expression parser with quote support☆58Updated 4 years ago
- A buildbot for wabt.js, a port of WABT to the Web, with TypeScript support.☆153Updated this week
- Opposite of a parser: generates minimum-length derivation from a parse tree.☆16Updated 7 years ago