Skip to content

This is a minimal language build on top of java virtual machine for image processing

Notifications You must be signed in to change notification settings

sainath09/Simple-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 

Repository files navigation

Simple Compiler

This is a simple compiler that I designed as pasr of class project. I developed a language which is build on top of java virtual machine. This language supports simple image processing techniques.

Project Implementation

Project Development has been divided into 6 modules.

  • Semantic Scanner
  • Parser and Error Detection
  • Abstract Syntax Tree Generation
  • Type Checking
  • Code Generation
  • Code Generation

Releases

No releases published

Packages

No packages published

Languages