Project of: Formal Languages and Compilers
-
Updated
Feb 28, 2021 - Java
Project of: Formal Languages and Compilers
Compiler for the Jack language, as part of the Nand to Tetris courses
A generator of melodies based in evolutive algorithm that work with Context Free Grammars.
A plugin for Mensury client developement
A very simple LR(0) parser
Interactive program to check if a given String is generated by a given context-free grammar using CYK algorithm
A small, but flexible, lexical and syntax analizer
Grammax is a Java bottom-up SLR/CLR parser generator that builds parsers from grammars in Backus-Naur-Form.
🔧 My studies on context-free grammar, using ANTLR4 (C++) to generate the parser files. Some basics are developed, such as token processing, recursion, variable definition, array processing, Abstract Syntax Tree (AST) manipulation, UNICODE support, and error handling.
Knife is a Java top-down parser generator for building parsers from grammars in BNF format.
A Java parser combinator library written with an unmatched feature set.
Add a description, image, and links to the grammars topic page so that developers can more easily learn about it.
To associate your repository with the grammars topic, visit your repo's landing page and select "manage topics."