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-09-01 17:50:39 +02:00
assets 🎨 clean up folder structure 2022-09-01 17:48:10 +02:00
dev 🎨 move js library file to root 2022-09-01 17:50:39 +02:00
doc 🎨 clean up folder structure 2022-09-01 17:48:10 +02:00
test 🐛 pass var name to function instead of value 2022-08-13 14:23:04 +02:00
juicescript.js 🎨 move js library file to root 2022-09-01 17:50:39 +02:00
LICENSE 📄 update license year 2022-03-22 12:18:02 +01:00
README.md 📝 It's two years now :| 2022-04-17 13:18:30 +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 two years 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)