From 26ef2dd9ff26a845d982e73e79b77349b1a22439 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 19 Jul 2020 13:43:53 -0600 Subject: [PATCH] New language: SETL --- backend/src/langs.ts | 7 +++++++ scripts/docker-install-phase5.bash | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/backend/src/langs.ts b/backend/src/langs.ts index 919b4c9..e70451e 100644 --- a/backend/src/langs.ts +++ b/backend/src/langs.ts @@ -1541,6 +1541,13 @@ binding_irb.run(IRB.conf) main: "main.sed", run: "echo 'Reading from stdin...' >&2; sed -f main.sed", template: `s/.*/Hello, world!/ +`, + }, + setl: { + name: "SETL", + main: "main.setl", + run: "setl main.setl", + template: `print("Hello, world!"); `, }, sh: { diff --git a/scripts/docker-install-phase5.bash b/scripts/docker-install-phase5.bash index be690bd..4d2c780 100755 --- a/scripts/docker-install-phase5.bash +++ b/scripts/docker-install-phase5.bash @@ -199,6 +199,10 @@ metals -version