From 3748541b88c76721412fa2557a2ce99cf2b396d3 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 18 Feb 2023 17:10:45 -0800 Subject: [PATCH] Remove repl for claro by author request --- langs/claro.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/langs/claro.yaml b/langs/claro.yaml index 2f6aae4..798e98c 100644 --- a/langs/claro.yaml +++ b/langs/claro.yaml @@ -82,9 +82,6 @@ template: | print("Hello, world!"); -repl: | - java -jar /opt/claro/claro_compiler_binary_deploy.jar --repl --silent - # Skip rebuilding the entire compiler all over again and instead just # use the pre-built Claro compiler jar. compile: |