Just a toy A strict language with ML-like HM type system.
def helloWorld = () -> {
let hello = "hello world!"
in printLn(hello)
}
def main = () -> helloWorld()
-
Parser -
Type inference -
LLVM IR generation
WTFPL
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Just a toy A strict language with ML-like HM type system.
def helloWorld = () -> {
let hello = "hello world!"
in printLn(hello)
}
def main = () -> helloWorld()
Parser
Type inference
LLVM IR generation
WTFPL