Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cyberfined/higer

Tiger compiler written in haskell
https://github.com/cyberfined/higer

compiler haskell imperative-language tiger-compiler tiger-language

Last synced: 3 days ago
JSON representation

Tiger compiler written in haskell

Awesome Lists containing this project

README

        

# Higer

Tiger compiler written in haskell

# Implemented parts

- [x] Lexer
- [x] Parser
- [x] Type checker
- [x] Escape analysis
- [x] IR generation
- [ ] IR optimizations
- [x] AMD64 Instruction selection
- [ ] Liveness analysis
- [ ] Assembly language code generation
- [ ] Language runtime