Mugi Cha is Programing Language.
This language has been inspired by the GO language and Scala.
This is mugicha language sample code.
func test(var x int) int {
while x < 100 {
print(x)
x = x + 1
}
x
}
func main() int {
var x int
x = test(x = 0) + 1
print(x)
0
}
To build, run the following command.
make
run the following command.
make run_compiler
make run_interpreter
Contributions welcome!
If there is contact, please write to the Issues. Or, please mail. yoshidaforpublic@gmail.com
MIT