@hackage morte1.2.0
A bare-bones calculus of constructions
Categories
License
BSD-3-Clause
Maintainer
Gabriel439@gmail.com
Links
Versions
Installation
Dependencies (15)
- array >=0.4.0.0 && <0.6
- base >=4 && <5
- binary >=0.7.0.0 && <0.8
- containers >=0.5.0.0 && <0.6
- deepseq >=1.3.0 && <1.5
- http-client >=0.4.0 && <0.5 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/annah
Morte is a typed, purely functional, and strongly normalizing intermediate language designed for whole-program super-optimization. Use this library to type-check, optimize, parse, pretty-print, serialize and deserialize expressions in this intermediate language.
This library also installs an executable that you can use to type-check and
optimize a morte program.
Morte.Core contains the core calculus of constructions for this language
Morte.Lexer contains the alex-generated lexer for Morte
Morte.Parser contains the happy-generated parser for Morte
Read Morte.Tutorial to learn how to use this library