LL parser
In computer science, an LL parser (Left-to-right, leftmost derivation) is a top-down parser for a restricted context-free language. It parses the input from Left to right, performing Leftmost derivation of the sentence.
- GitHub: https://github.com/topics/ll-parser
- Wikipedia: https://en.wikipedia.org/wiki/LL_parser
- Related Topics: lr-parser,
- Last updated: 2025-12-12 00:18:24 UTC
- JSON Representation
https://github.com/romshark/llparser
A universal LL top-down parser written in Go
go golang golang-library library ll-parser parser top-down-parser
Last synced: 14 Jan 2026
https://github.com/howl-anderson/microcompiler
一个微型的 LL/LR/LALR 语法解析器 | A micro compiler project to provide LL/LR/LALR syntax parser
compiler compiler-construction compiler-frontend compiler-principles compiler-tool compilers compilers-design lalr-parser lexer lexical-analysis lexical-analysis-engines lexical-analyzer lexical-parser ll-parser ll1 ll1-grammar lr-parser parser-generator
Last synced: 11 Jul 2025
https://github.com/lapets/imparse
Parser generator that can be used to quickly and succinctly define a parser definition, and to deploy an automatically-generated implementations thereof in multiple languages and on multiple platforms.
ll-parser parse parser parser-generator parser-library parsers parsing-library recursive-descent-parser
Last synced: 14 Jul 2025
https://github.com/marihachi/luna-parse
A code generator of recursive descent parser and lexer.
code-generator expression-parser lexer ll-parser modifiable parser recursive-descent-parser
Last synced: 14 Oct 2025
https://github.com/monoid/fucc
FU compiler complier, LALR and LL parser generator for Common Lisp; main repo after BitBucket Mercurial migration
common-lisp lalr lalr-parser lalr-parser-generator lisp ll-parser lr-parser
Last synced: 13 Aug 2025
https://github.com/kbnim/fonya-jegyzetek
ELTE-IK Formális nyelvek és a fordítóprogramok alapjai
chomsky-hierarchy compilers formal-languages lecture-notes ll-parser lr-parser regular-expressions
Last synced: 16 Oct 2025
https://github.com/gabrielmajeri/ll-k-parser
Python LL(k) parser for arbitrary context-free grammars
Last synced: 01 Jul 2025
https://github.com/karbonitekream/syn
A syntax parser based on the LLLR method
grammar ll-parser lr-parser paring rust syntax-analysis
Last synced: 25 Mar 2025
https://github.com/lavajuno/lucidjson
Straightforward JSON serialization & deserialization library for Java.
java json ll-parser parser serialization
Last synced: 16 Jan 2026