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
- JS/CC LALR(1) Parser Generator: A LALR(1) Parser Generator for JavaScript written in JavaScript☆48Updated 4 years ago
- Myna Parsing Library☆79Updated 2 years ago
- a JavaScript library for working with BNF grammars☆59Updated 3 years ago
- bison / YACC / LEX in JavaScript (LALR(1), SLR(1), etc. lexer/parser generator)☆121Updated 4 years ago
- prolog interpreter in javascript☆82Updated 8 years ago
- A Pint-sized Earley Parser☆33Updated 6 months ago
- A top down parser that can handle left recursion by using a stack and backtracking☆17Updated 9 years ago
- A programming language where the syntax and semantics are mutable at runtime☆164Updated 12 years ago
- Waxeye is a parser generator based on parsing expression grammars (PEGs). It supports C, Java, JavaScript, Python, Racket, and Ruby.☆236Updated 2 years ago
- Compile-to-js and compile-to-c language, highly readable, keep it simple philosophy☆147Updated 4 years ago
- Compile and run Constraint Handling Rules (CHR) in JavaScript☆105Updated last year
- ECMAScript verification with SMT solvers☆124Updated 9 months ago
- A toy language that compiles to WebAssembly☆50Updated 2 years ago
- Type Inference Library written in TypeScript☆93Updated last year
- C to WebAssembly compiler☆255Updated 7 years ago
- An implementation of an algebraically closed interval system of the extended real number set☆90Updated 2 years ago
- A web-first, cross-platform programming language with an optimizing compiler☆418Updated last year
- A minimal language compiled into wasm bytecode☆134Updated 5 years ago
- The Lark programming language.☆58Updated 14 years ago
- An elegant armor-plated JavaScript lexer modelled after flex. Easily extensible to tailor to your need for perfection.☆409Updated 6 years ago
- A framework of various language parsers☆96Updated this week
- ☆30Updated 4 years ago
- A parser for BNF and EBNF grammars used by jison☆81Updated 4 years ago
- LLVM bindings for Node.JS☆94Updated 11 years ago
- A JS-to-JS compiler that makes it easier to build Web IDEs and compile to JS.☆173Updated 7 months ago
- A simple Prolog interpreter written with javascript☆16Updated 7 years ago
- A buildbot for wabt.js, a port of WABT to the Web, with TypeScript support.☆158Updated this week
- WebAssembly JIT☆88Updated 8 years ago
- Minimal self-hosted JavaScript compiler in 1k lines of code☆162Updated 7 years ago
- Javascript implementation of "Complete and Easy Bidirectional Type Checking for Higher-Rank Polymorphism"☆75Updated 7 months ago