Skip to content
#

automata-theory

Here are 8 public repositories matching this topic...

The project includes a lexer, a parser and a three-address-code (quadruples) generator. The lexer scans a C source file and produces token output, which is then fed to the recursive descent parser which generates a parse tree. Translations for the parse tree are defined in the TAC generator which then displays quardruples code in the terminal.

  • Updated May 13, 2023
  • C

Improve this page

Add a description, image, and links to the automata-theory 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 automata-theory topic, visit your repo's landing page and select "manage topics."

Learn more