oakc 0.6.1

A portable programming language with a compact backend
Documentation
1
2
3
4

func test(vm *machine) {
	fmt.Println("This is a Go foreign function!")
}