An open API service indexing awesome lists of open source software.

https://github.com/hediske/compiler

A Compiler made using Maven that offers to the user the possibility to provide the language of the compiler .works only on SLR grammars and generates the SLR table according to the grammar given , An SLR parser generator and type checking.
https://github.com/hediske/compiler

compilation compiler lexical-analysis semantic-analysis slr slr-parser syntax-analysis

Last synced: 4 months ago
JSON representation

A Compiler made using Maven that offers to the user the possibility to provide the language of the compiler .works only on SLR grammars and generates the SLR table according to the grammar given , An SLR parser generator and type checking.

Awesome Lists containing this project