Skip to content

Created a java compiler from scratch which takes input and creates a class file that runs directly on JVM. The compiler consists of a scanner, parser, abstract syntax tree, type check visitor and code generator visitor.

License

Notifications You must be signed in to change notification settings

SushmitDharurkar/Java-Compiler

Repository files navigation

Java-Compiler

Created a java compiler from scratch which takes input and creates a class file which runs directly on JVM. The compiler consists of a scanner, parser, abstract syntax tree, type check visitor and code generator visitor.

About

Created a java compiler from scratch which takes input and creates a class file that runs directly on JVM. The compiler consists of a scanner, parser, abstract syntax tree, type check visitor and code generator visitor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages