Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2024-11-23 00:16:46 UTC
- JSON Representation
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: 21 Nov 2024
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: 23 Nov 2024
https://github.com/gabrielmajeri/ll-k-parser
Python LL(k) parser for arbitrary context-free grammars
Last synced: 22 Dec 2024
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: 30 Dec 2024
https://github.com/karbonitekream/syn
A syntax parser based on the LLLR method
grammar ll-parser lr-parser paring rust syntax-analysis
Last synced: 02 Dec 2024