Skip to content

Dragon-Engineering/Compilers-At-A-Glance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minijava

A very basic compiler layout for compiler engineering.

General layout of phases of a compiler (modules and interfaces):

image

Table of contents:

  1. Modules and interfaces in details.
  2. Implementation Examples.
  3. Helping Tools and Utilities.