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