Grammatica is a C# and Java parser generator (compiler compiler)
-
Updated
Dec 3, 2021 - Java
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.
Grammatica is a C# and Java parser generator (compiler compiler)
LL(*) parser for XPLN, a CENG444 (Language Processors, a.k.a. Compilers) Project
Assignments for Compilers course, DIT UOA, Spring 2025.
A parser for LL(1) Grammars.
Straightforward JSON serialization & deserialization library for Java.
A simple grammar parser generator for LL(1) Grammar