[#24] New language: Parser3

This commit is contained in:
Radon Rosborough 2020-10-03 10:43:27 -07:00
parent 89fed8b5ee
commit f0ccf33ffa
2 changed files with 11 additions and 0 deletions

View File

@ -2419,6 +2419,14 @@ rofl lol
code: `x = 123 * 234`,
},
template: `print("Hello, world!")
`,
},
parser3: {
aliases: ["parser", "p"],
name: "Parser3",
main: "main.p",
run: "parser3 main.p",
template: `$console:line[Hello, world!]
`,
},
pascal: {

View File

@ -58,6 +58,9 @@ autoconf
# PARI/GP
pari-gp
# Parser3
parser3-cgi
# Pascal
fpc