[#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",
|
compile: "pandoc main.rst -o main.html",
|
||||||
run: "prettier --no-config main.html",
|
run: "prettier --no-config main.html",
|
||||||
template: `Hello, world!
|
template: `Hello, world!
|
||||||
|
`,
|
||||||
|
},
|
||||||
|
rexx: {
|
||||||
|
aliases: ["regina", "reginarexx"],
|
||||||
|
name: "REXX",
|
||||||
|
main: "main.rexx",
|
||||||
|
run: "rexx main.rexx",
|
||||||
|
template: `say "Hello, world!"
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
riscv: {
|
riscv: {
|
||||||
|
|
|
@ -118,6 +118,9 @@ rc
|
||||||
# Redis
|
# Redis
|
||||||
redis
|
redis
|
||||||
|
|
||||||
|
# REXX
|
||||||
|
regina-rexx
|
||||||
|
|
||||||
# RISC-V
|
# RISC-V
|
||||||
gcc-riscv64-linux-gnu
|
gcc-riscv64-linux-gnu
|
||||||
qemu-user-static
|
qemu-user-static
|
||||||
|
|
Loading…
Reference in New Issue