[#24] New language: REXX
This commit is contained in:
parent
fdf15882ba
commit
101b71a647
|
@ -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: {
|
||||
|
|
|
@ -118,6 +118,9 @@ rc
|
|||
# Redis
|
||||
redis
|
||||
|
||||
# REXX
|
||||
regina-rexx
|
||||
|
||||
# RISC-V
|
||||
gcc-riscv64-linux-gnu
|
||||
qemu-user-static
|
||||
|
|
Loading…
Reference in New Issue