*Authors: Caleb Sirak
A cross compiled language for building modules in the Fun ecosystem
Make sure you have go version 19 or higher installed.
To make an executable run
go buildYou should then be able to run files after compiling like so:
./modlang samples/sample1.mod
# or
./modlang samples/Module.mod
# or
go run main.go samples/Module.mod