From 01f93522bb5b1f2f2b337a39f8d75a29b282957d Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 4 Oct 2020 18:15:15 -0700 Subject: [PATCH] [#24] New language: OpenSCAD --- backend/src/langs.ts | 8 ++++++++ scripts/docker-install-phase3c.bash | 3 +++ 2 files changed, 11 insertions(+) diff --git a/backend/src/langs.ts b/backend/src/langs.ts index 74ced3b..9ccacf7 100644 --- a/backend/src/langs.ts +++ b/backend/src/langs.ts @@ -2474,6 +2474,14 @@ lol iz 33 rofl lol lol iz 10 rofl lol +`, + }, + openscad: { + name: "OpenSCAD", + main: "main.scad", + compile: "openscad main.scad -o main.stl", + run: "cat main.stl", + template: `echo("Hello, world!"); `, }, org: { diff --git a/scripts/docker-install-phase3c.bash b/scripts/docker-install-phase3c.bash index 414b316..e019d87 100755 --- a/scripts/docker-install-phase3c.bash +++ b/scripts/docker-install-phase3c.bash @@ -68,6 +68,9 @@ octave # Ook autoconf +# OpenSCAD +openscad + # PARI/GP pari-gp