[#24] New language: rc
This commit is contained in:
parent
f79d3ef75f
commit
fdf15882ba
|
@ -2721,6 +2721,16 @@ x`,
|
||||||
run: "./main",
|
run: "./main",
|
||||||
template: `print *, 'Hello, world!'
|
template: `print *, 'Hello, world!'
|
||||||
end
|
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: {
|
reasonml: {
|
||||||
|
|
|
@ -112,6 +112,9 @@ clang
|
||||||
flang
|
flang
|
||||||
ratfor
|
ratfor
|
||||||
|
|
||||||
|
# rc
|
||||||
|
rc
|
||||||
|
|
||||||
# Redis
|
# Redis
|
||||||
redis
|
redis
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue