[#24] New language: A+

This commit is contained in:
Radon Rosborough 2020-09-27 08:45:19 -07:00
parent f1452ae9bc
commit 07b219d119
2 changed files with 17 additions and 0 deletions

View File

@ -62,6 +62,18 @@ export const langs: { [key: string]: LangConfig } = {
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: {
aliases: ["adb"],
name: "Ada",

View File

@ -11,6 +11,11 @@ ceylon="$(grep-aptavail -F Package ceylon -s Package -n | sort -rV | head -n1)"
packages="
# A+
aplus-fsf
aplus-fsf-doc
rlwrap
# Ada
gnat