[#24] New language: dc

This commit is contained in:
Radon Rosborough 2020-09-27 20:36:36 -07:00
parent 6a89992c8d
commit 31f01eb6f2
2 changed files with 16 additions and 0 deletions

View File

@ -879,6 +879,19 @@ void main()
`,
skip: ["lsp"],
},
dc: {
name: "dc",
repl: "echo 'Reading from stdin...' >&2; dc",
input: `123 234 * p`,
main: "main.dc",
run: "echo 'Reading from stdin...' >&2; dc main.dc -",
scope: {
code: `123 234 *`,
input: `p`,
},
template: `[Hello, world!] p
`,
},
dogescript: {
aliases: ["doge", "ds", "wow"],
name: "Dogescript",

View File

@ -113,6 +113,9 @@ mono-runtime
# Dart
dart
# dc
dc
# Dhall
dhall