[#24] New language: Asymptote

This commit is contained in:
Radon Rosborough 2020-09-27 15:04:31 -07:00
parent ee157193a9
commit aa4ff4d4cf
2 changed files with 12 additions and 0 deletions

View File

@ -225,6 +225,15 @@ int main() {
} }
} }
` `
},
asymptote: {
aliases: ["asy"],
name: "Asymptote",
repl: "asy",
main: "main.asy",
run: "asy main.asy; asy",
template: `write("Hello, world!");
`,
}, },
ats: { ats: {
aliases: ["dats"], aliases: ["dats"],

View File

@ -42,6 +42,9 @@ aspectc++
# AspectJ # AspectJ
aspectj aspectj
# Asymptote
asymptote
# ATS # ATS
ats2-lang ats2-lang