[#24] New language: Lisaac
This commit is contained in:
parent
9243f1b6cb
commit
37e1d46a9a
|
@ -2002,6 +2002,21 @@ PLEASE GIVE UP
|
||||||
template: `body:before {
|
template: `body:before {
|
||||||
content: "Hello, world!";
|
content: "Hello, world!";
|
||||||
}
|
}
|
||||||
|
`,
|
||||||
|
},
|
||||||
|
lisaac: {
|
||||||
|
name: "Lisaac",
|
||||||
|
main: "main.li",
|
||||||
|
compile: "lisaac -gcc -Wno-implicit-function-declaration main.li",
|
||||||
|
run: "./main",
|
||||||
|
template: `Section Header
|
||||||
|
+ name := MAIN;
|
||||||
|
|
||||||
|
Section Public
|
||||||
|
- main <-
|
||||||
|
(
|
||||||
|
"Hello, world!\\n".print;
|
||||||
|
);
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
livescript: {
|
livescript: {
|
||||||
|
|
|
@ -98,6 +98,9 @@ julia
|
||||||
# Ksh
|
# Ksh
|
||||||
ksh
|
ksh
|
||||||
|
|
||||||
|
# Lisaac
|
||||||
|
lisaac
|
||||||
|
|
||||||
# LLVM
|
# LLVM
|
||||||
llvm
|
llvm
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue