Skip to content
#

symbol-table

Here are 22 public repositories matching this topic...

Simple Parser which uses Compiler design concepts. Lexical analysis, symbol table formation, parse the code using symbol table. This code works for any OOP based Code. It can be made for other languages too using the same concepts. Create UML diagrams with class code. Convert your code into UML direclty using this tool. It can convert any OOP ba…

  • Updated Oct 31, 2019
  • Java

Fully manual compiler for greek++: a custom language with Greek keywords and imperative syntax. Implements all stages — custom lexer, recursive descent parser, semantic analysis, quad-based IR, and RISC-V code generation — entirely from scratch in Java, with no parser generators. Outputs RISC-V assembly compatible with tools like Ripes.

  • Updated Jul 20, 2025
  • Java

Each directory of this repository contains a program in Java that is shown how to be compiled via CLI with a build.bat for Windows machines (in other machines just copy and paste the individual commands in this batch file or convert it the another shell script) to obtain a jar application that functions as a tool or example.

  • Updated Mar 15, 2025
  • Java

Improve this page

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

Learn more