[#24] New language: Gambas

This commit is contained in:
Radon Rosborough 2020-09-28 19:43:53 -07:00
parent 810673ee2e
commit b873667c34
2 changed files with 11 additions and 0 deletions

View File

@ -1211,6 +1211,14 @@ int main() {
`, `,
timeout: 15, timeout: 15,
}, },
gambas: {
aliases: ["gambasscript", "gbs"],
name: "Gambas",
main: "main.gbs",
run: "gbs3 main.gbs",
template: `Print "Hello, world!"
`,
},
go: { go: {
aliases: ["golang"], aliases: ["golang"],
name: "Go", name: "Go",

View File

@ -45,6 +45,9 @@ flang
# Forth # Forth
gforth gforth
# Gambas
gambas3-script
# Go # Go
golang golang