Juice programming language
- A simple programming language built using clang inspired by rustlang!
- get juicec by running this command
$ cd juicesrc/
$ make
$ mv juice /usr/local/bin
$ juice
- basic print function
println(`Hello World`)
-
intrested in juice programming language??
-
check out the [docs] for more tutorial!!
-
download the juice programming vscode extension to code juice in your ide
- Apache-2.0