New language: Dogescript

This commit is contained in:
Radon Rosborough 2020-07-17 18:24:22 -06:00
parent 4ca01a6fdd
commit 5006521982
2 changed files with 13 additions and 0 deletions

View File

@ -519,6 +519,16 @@ void main() {
template: `void main() {
print('Hello, world!');
}
`,
},
dogescript: {
aliases: ["doge", "ds", "wow"],
name: "Dogescript",
monacoLang: "plaintext",
repl: "dogescript",
main: "main.djs",
run: "dogescript main.djs | node; dogescript",
template: `plz console.loge with "Hello, world!"
`,
},
dhall: {

View File

@ -45,6 +45,9 @@ npm install -g lumo-cljs
# CoffeeScript
npm install -g coffeescript
# Dogescript
npm install -g dogescript
# Elm
npm install -g @kachkaev/run-elm
npm install -g @elm-tooling/elm-language-server