[#24] New language: Lisaac
This commit is contained in:
parent
9243f1b6cb
commit
37e1d46a9a
|
@ -2002,6 +2002,21 @@ PLEASE GIVE UP
|
|||
template: `body:before {
|
||||
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: {
|
||||
|
|
|
@ -98,6 +98,9 @@ julia
|
|||
# Ksh
|
||||
ksh
|
||||
|
||||
# Lisaac
|
||||
lisaac
|
||||
|
||||
# LLVM
|
||||
llvm
|
||||
|
||||
|
|
Loading…
Reference in New Issue