https://github.com/krishpranav/juice
Juice programming language
https://github.com/krishpranav/juice
juice juice-lang juice-source juicec language programming programming-language programminglanguage
Last synced: 2 months ago
JSON representation
Juice programming language
- Host: GitHub
- URL: https://github.com/krishpranav/juice
- Owner: krishpranav
- License: apache-2.0
- Created: 2021-12-11T12:42:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T12:42:25.000Z (over 2 years ago)
- Last Synced: 2025-03-04T13:46:26.933Z (3 months ago)
- Topics: juice, juice-lang, juice-source, juicec, language, programming, programming-language, programminglanguage
- Language: C
- Homepage:
- Size: 182 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Juice
Juice programming language## About:
- A simple programming language built using clang inspired by rustlang!## Get Compiler:
- get juicec by running this command
```
$ cd juicesrc/
$ make
$ mv juice /usr/local/bin
$ juice
```## Tutorial:
- basic print function
```ruby
println(`Hello World`)
```- intrested in juice programming language??
- check out the [docs] for more tutorial!!- download the juice programming [vscode](https://marketplace.visualstudio.com/items?itemName=Juiceteam.juice&ssr=false#review-details) extension to code juice in your ide
## Author:
- [krishpranav](https://github.com/krishpranav)## Juice is an opensource project you can contribute to it
## License
- Apache-2.0