lilott8 / MiniComplier

This is a toy compiler to learn and understand the full compilation process.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiniComplier

This is a toy complier to learn and understand the full compilation process.

workflow:

  1. java -jar /path/to/jtb.jar /path/to/file/input.jjt
  2. java -cp /path/to/file/javacc.jar javacc /path/to/file/jtb.out.jj

About

This is a toy compiler to learn and understand the full compilation process.


Languages

Language:Java 100.0%