[#24] New language: Asymptote
This commit is contained in:
parent
ee157193a9
commit
aa4ff4d4cf
|
@ -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: {
|
||||
aliases: ["dats"],
|
||||
|
|
|
@ -42,6 +42,9 @@ aspectc++
|
|||
# AspectJ
|
||||
aspectj
|
||||
|
||||
# Asymptote
|
||||
asymptote
|
||||
|
||||
# ATS
|
||||
ats2-lang
|
||||
|
||||
|
|
Loading…
Reference in New Issue