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
2021-06-13 19:04:24 +02:00

18 lines
928 B
Markdown

# juice-script
![](https://raw.githubusercontent.com/DrMaxNix/juice-script/main/logo/256.png)
[![GitHub release](https://img.shields.io/badge/release-none%20(indev)-orange)](https://github.com/DrMaxNix/juice-script)
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/DrMaxNix/juice-script/blob/main/LICENSE)
[![Maintaner](https://img.shields.io/badge/maintainer-DrMaxNix-blue)](https://www.drmaxnix.de)
Basic assembly-like high-level programming language
## Concept
I already wrote an 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")
(Ignore the code itself making no sense and having horrible syntax and horrible syntax-highlighting, that's why I'm doing a second version)