From c117a843263e52e6ce126209cb067ad3c7cce8c1 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Sat, 8 May 2021 20:38:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20add=20code=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8a24b11..1e425b7 100644 --- a/README.md +++ b/README.md @@ -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")