[#24] New language: rc

This commit is contained in:
Radon Rosborough 2020-10-03 11:24:36 -07:00
parent f79d3ef75f
commit fdf15882ba
2 changed files with 13 additions and 0 deletions

View File

@ -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: {

View File

@ -112,6 +112,9 @@ clang
flang flang
ratfor ratfor
# rc
rc
# Redis # Redis
redis redis