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
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