This repo contains implementation of Tiger compiler in F# based on the materials from Modern Compiler Implementation in ML
- IL generator in F# - https://github.com/rspeele/LicenseToCIL
- Befunge → .NET compiler - https://github.com/porges/bege
- Managed.Reflection - https://github.com/jfrijters/Managed.Reflection
- IKVM.Reflection.Emit - http://weblog.ikvm.net/2008/11/14/IntroducingIKVMReflectionEmit.aspx
- System.Reflection.Emit / ILGenerator - https://msdn.microsoft.com/en-us/library/system.reflection.emit.ilgenerator(v=vs.110).aspx
- Mono.Cecil - https://www.mono-project.com/docs/tools+libraries/libraries/Mono.Cecil/
- MiniC-to-MSIL compiler in F# - http://timjones.io/blog/archive/2014/09/13/writing-a-minic-to-msil-compiler-in-fsharp-part-5-code-generation
- F# compiler Lexer and Parser
- Tiger in ML
- Kaleidoscope: Implementing a Language with LLVM in Objective Caml