Skip to content

Own implementation of a compiler consisting of a lexer, a parser and a code generator.

Notifications You must be signed in to change notification settings

Noah-Vincenz/Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Compiler

Own implementation of a compiler consisting of a lexer, a parser and a code generator. This compiler is written in Scala and designed for the WHILE language. It targets the assembler language provided by Jasmin. It lexes and parses WHILE programs, and then generates Java Byte Code instructions for the Jasmin assembler.

About

Own implementation of a compiler consisting of a lexer, a parser and a code generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages