This is the organization for Colgm language.
use std::io::{ io };
func main() -> i32 {
io::stdout().out("hello world!).endln();
return 0;
}
- Try to implement a new language that can compile itself.
- Try to design an easy-to-use compiling language (more like C with some useful features).
See here.