[#24] New language: Lisaac

This commit is contained in:
Radon Rosborough 2020-09-29 13:07:26 -07:00
parent 9243f1b6cb
commit 37e1d46a9a
2 changed files with 18 additions and 0 deletions

View File

@ -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: {

View File

@ -98,6 +98,9 @@ julia
# Ksh # Ksh
ksh ksh
# Lisaac
lisaac
# LLVM # LLVM
llvm llvm