From fdf15882ba594a4e748d8676f2d50eda87d8d8be Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 3 Oct 2020 11:24:36 -0700 Subject: [PATCH] [#24] New language: rc --- backend/src/langs.ts | 10 ++++++++++ scripts/docker-install-phase3c.bash | 3 +++ 2 files changed, 13 insertions(+) diff --git a/backend/src/langs.ts b/backend/src/langs.ts index 1a9565e..e038672 100644 --- a/backend/src/langs.ts +++ b/backend/src/langs.ts @@ -2721,6 +2721,16 @@ x`, run: "./main", template: `print *, 'Hello, world!' end +`, + }, + rc: { + aliases: ["runcommands"], + name: "rc", + repl: "rc", + input: `expr 123 '*' 234`, + main: "main.rc", + run: "rc main.rc; rc", + template: `echo Hello, world! `, }, reasonml: { diff --git a/scripts/docker-install-phase3c.bash b/scripts/docker-install-phase3c.bash index 6736c3a..634b82a 100755 --- a/scripts/docker-install-phase3c.bash +++ b/scripts/docker-install-phase3c.bash @@ -112,6 +112,9 @@ clang flang ratfor +# rc +rc + # Redis redis