[#24] New language: REXX

This commit is contained in:
Radon Rosborough 2020-10-03 11:27:10 -07:00
parent fdf15882ba
commit 101b71a647
2 changed files with 11 additions and 0 deletions

View File

@ -2773,6 +2773,14 @@ EVAL "return 123 * 234" 0`,
compile: "pandoc main.rst -o main.html",
run: "prettier --no-config main.html",
template: `Hello, world!
`,
},
rexx: {
aliases: ["regina", "reginarexx"],
name: "REXX",
main: "main.rexx",
run: "rexx main.rexx",
template: `say "Hello, world!"
`,
},
riscv: {

View File

@ -118,6 +118,9 @@ rc
# Redis
redis
# REXX
regina-rexx
# RISC-V
gcc-riscv64-linux-gnu
qemu-user-static