[#24] New language: A+
This commit is contained in:
parent
f1452ae9bc
commit
07b219d119
|
@ -62,6 +62,18 @@ export const langs: { [key: string]: LangConfig } = {
|
||||||
o;!?l<
|
o;!?l<
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
|
"a+": {
|
||||||
|
aliases: ["aplus"],
|
||||||
|
name: "A+",
|
||||||
|
repl: "rlwrap a+",
|
||||||
|
input: "2 * 16",
|
||||||
|
output: "65536",
|
||||||
|
main: "main.a+",
|
||||||
|
run: "rlwrap a+ main.a+",
|
||||||
|
template: `'Hello, world!'
|
||||||
|
`,
|
||||||
|
skip: ["scope"],
|
||||||
|
},
|
||||||
ada: {
|
ada: {
|
||||||
aliases: ["adb"],
|
aliases: ["adb"],
|
||||||
name: "Ada",
|
name: "Ada",
|
||||||
|
|
|
@ -11,6 +11,11 @@ ceylon="$(grep-aptavail -F Package ceylon -s Package -n | sort -rV | head -n1)"
|
||||||
|
|
||||||
packages="
|
packages="
|
||||||
|
|
||||||
|
# A+
|
||||||
|
aplus-fsf
|
||||||
|
aplus-fsf-doc
|
||||||
|
rlwrap
|
||||||
|
|
||||||
# Ada
|
# Ada
|
||||||
gnat
|
gnat
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue