Classroom Object-Oriented Language like C.
Ccool is inspired by Cool language. For most programmers, they are more familiar with the C language. So I want to develop a programming language that contains the features of the Cool language.
mvn install && mvn package
mv ./target/Ccool-1.0-SNAPSHOT-shaded.jar some-dir
# compile
java -jar Ccool-1.0-SNAPSHOT-shaded.jar YourFile.ccool
# run
java YourFile
Working in progress. More features need to be added.
Lox programing language implementation in Go. Repository: https://github.com/ziyoung/lox-go