[#24] New language: GEL
This commit is contained in:
parent
779de3a017
commit
cc78f49a13
|
@ -1243,6 +1243,19 @@ int main() {
|
||||||
input: `p $x`,
|
input: `p $x`,
|
||||||
},
|
},
|
||||||
template: `p "Hello, world!"
|
template: `p "Hello, world!"
|
||||||
|
`,
|
||||||
|
},
|
||||||
|
gel: {
|
||||||
|
aliases: ["genius"],
|
||||||
|
name: "GEL",
|
||||||
|
repl: "genius",
|
||||||
|
main: ".geniusinit",
|
||||||
|
createEmpty: ``,
|
||||||
|
run: "genius",
|
||||||
|
scope: {
|
||||||
|
code: `x = 123 * 234`,
|
||||||
|
},
|
||||||
|
template: `print("Hello, world!")
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
go: {
|
go: {
|
||||||
|
|
|
@ -54,6 +54,9 @@ gap
|
||||||
# GDB
|
# GDB
|
||||||
gdb
|
gdb
|
||||||
|
|
||||||
|
# GEL
|
||||||
|
genius
|
||||||
|
|
||||||
# Go
|
# Go
|
||||||
golang
|
golang
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue