[#24] New language: PARI/GP

This commit is contained in:
Radon Rosborough 2020-10-02 17:11:34 -07:00
parent 9a9f2d086d
commit 89fed8b5ee
2 changed files with 15 additions and 0 deletions

View File

@ -2407,6 +2407,18 @@ rofl lol
compile: "pandoc main.org -o main.html",
run: "prettier --no-config main.html",
template: `Hello, world!
`,
},
parigp: {
aliases: ["gp"],
name: "PARI/GP",
repl: "gp",
main: "main.gp",
run: "gp main.gp",
scope: {
code: `x = 123 * 234`,
},
template: `print("Hello, world!")
`,
},
pascal: {

View File

@ -55,6 +55,9 @@ octave
# Ook
autoconf
# PARI/GP
pari-gp
# Pascal
fpc