[#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: {
|
ats: {
|
||||||
aliases: ["dats"],
|
aliases: ["dats"],
|
||||||
|
|
|
@ -42,6 +42,9 @@ aspectc++
|
||||||
# AspectJ
|
# AspectJ
|
||||||
aspectj
|
aspectj
|
||||||
|
|
||||||
|
# Asymptote
|
||||||
|
asymptote
|
||||||
|
|
||||||
# ATS
|
# ATS
|
||||||
ats2-lang
|
ats2-lang
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue