LL parser topic
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.
List
LL parser repositories
grammatica
85
Stars
35
Forks
Watchers
Grammatica is a C# and Java parser generator (compiler compiler)
llparser
45
Stars
1
Forks
Watchers
A universal LL top-down parser written in Go
LL1-parser
28
Stars
28
Forks
Watchers
LL1 parser written in Python
MicroCompiler
15
Stars
2
Forks
Watchers
一个微型的 LL/LR/LALR 语法解析器 | A micro compiler project to provide LL/LR/LALR syntax parser
Palo-Alto-BASIC-in-Ruby-less-then-in-500-lines
15
Stars
2
Forks
Watchers
PaloAlto BASIC (also known as Tiny BASIC) interpreter less than in 500 lines.