0
0
Old codebase containing the JavaScript interpreter from 2022 https://dev.juicescript.net/
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.
Go to file
2022-04-17 12:34:12 +02:00
logo add 512 & 256 logo 2021-06-13 19:01:50 +02:00
pictures add example picture of old juicescript 2021-05-08 20:37:34 +02:00
ideas-1.sh Add vartype related commands 2022-04-17 12:34:12 +02:00
LICENSE 📄 update license year 2022-03-22 12:18:02 +01:00
README.md add logo 2021-06-13 19:04:24 +02:00

juice-script

GitHub release License Maintaner

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

(Ignore the code itself making no sense and having horrible syntax and horrible syntax-highlighting, that's why I'm doing a second version)