0
0

📝 add code example

This commit is contained in:
DrMaxNix 2021-05-08 20:38:56 +02:00 committed by GitHub
parent f4c2ad9202
commit c117a84326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,9 @@
# juice-script
Basic assembly-like high-level programming language
## Concept
I already wrote a interpreter for juice in php a year ago but I wanted it to be more user friendly so I decided to redo it in javascript.
This is an example of the old juicescript:
![Example](https://raw.githubusercontent.com/DrMaxNix/juice-script/main/pictures/oldjuice.png "Example")