Skip to content

JunwookHeo/Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compiler

Overview

A compiler is a computer program that transforms a source code written in a programming language into a binary code that is executable on a target platform. Generally, a compiler consists of Lexical Analyser, Syntax Analyser, Semantic Analyser and Code Generator as shown in Fig below. Intermediate Code Generator and Code Optimizer are optional.

image

Prerequisites

The Java compiler is implemented using GPPG in C#.
Visual Studio 2017

References

GPPG https://archive.codeplex.com/?p=simplescript

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published