7e46c07cca
typechecking still buggy, but close enough cause i cant handle any more typechecker dev added: - Functions - Constants - Better file positions for error reporting - Better error reporting, with examples being drawn in term -MC
5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
include "std.mcl"
|
|
|
|
fn main with void returns void then
|
|
"hi\n" puts
|
|
done |