Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

kiger

Kotlin implementation of Tiger, the language in Andrew Appel's book Modern Compiler Implementation in ML.

Modules

  • compiler - the actual compiler with X86-64 and MIPS backends
  • vm - a simple interpreter for a subset of MIPS assembly produced by MIPS backend

TODO

  • peephole optimization for eliminating jumps to next instruction
  • add mechanism for executing integration tests
  • clean up and freeze the simple version
  • SSA
  • stack-maps
  • GC
  • boxing of escaping variables
  • first class functions
  • objects
  • generic types
  • type inference

About

Kotlin implementation of Tiger, the language in Andrew Appel's book Modern Compiler Implementation in ML.

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.