Skip to content
#

lexer-generator

Here are 13 public repositories matching this topic...

FortranAS

FortranAS is an [Antlr4 🔗](https://github.com/antlr/antlr4) powered FORTRAN parsing and code clone detection tool. FortranAS leverages [grammars-v4 🔗](https://github.com/antlr/grammars-v4/tree/master/fortran) to generate parsers and lexers and supports any FORTRAN version with available corresponding grammars.

  • Updated Jan 19, 2024
  • Java

This is my labs from Compilers Design Course, being taught in BMSTU. Lab 1 - Constructing minimal DFA from regex in 3 phases (r => NFA => DFA => minimal DFA). Lab 2 = Grammar processing. (Removing cycles, left recursion, left factorizing, etc.) Lab 3 = LL(1), SLR(1) and LR(1) parser generator and lexer generator. Lexer based on minimal DFA. Each…

  • Updated May 22, 2021
  • Java

Improve this page

Add a description, image, and links to the lexer-generator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lexer-generator topic, visit your repo's landing page and select "manage topics."

Learn more