0
0
This repository has been archived on 2024-05-25. You can view files and clone it, but cannot push or open issues or pull requests.
legacy-code/README.md

10 lines
367 B
Markdown
Raw Normal View History

2021-05-08 18:18:39 +02:00
# juice-script
Basic assembly-like high-level programming language
2021-05-08 20:38:56 +02:00
## 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")