[#24] New language: GEL
This commit is contained in:
parent
779de3a017
commit
cc78f49a13
|
@ -1243,6 +1243,19 @@ int main() {
|
|||
input: `p $x`,
|
||||
},
|
||||
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: {
|
||||
|
|
|
@ -54,6 +54,9 @@ gap
|
|||
# GDB
|
||||
gdb
|
||||
|
||||
# GEL
|
||||
genius
|
||||
|
||||
# Go
|
||||
golang
|
||||
|
||||
|
|
Loading…
Reference in New Issue