Skip to content

A compiler written in Java which compiles Yapl to JVM Bytecode using a parser generated with ANTLR.

Notifications You must be signed in to change notification settings

Lancear/ANTLR-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANTLR-Compiler

A compiler written in Java which compiles Yapl (Yet Another Programming Language) to JVM Bytecode. The parser was generated with ANTLR and the compiler uses multiple of the by ANTLR recommended interfaces for interacting with the parsetree. A profiler which extends the compiler was created since the compiler finished early.

About

A compiler written in Java which compiles Yapl to JVM Bytecode using a parser generated with ANTLR.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages