[#24] New language: bc

This commit is contained in:
Radon Rosborough 2020-09-27 17:08:11 -07:00
parent aa4ff4d4cf
commit 49ba98c8fc
2 changed files with 12 additions and 0 deletions

View File

@ -295,6 +295,15 @@ implement main0 () = ()
fun main
syscall(1, 1, message, len(message))
end
`,
},
bc: {
name: "bc",
repl: "bc",
main: "main.bc",
run: "bc main.bc",
template: `"Hello, world!
"
`,
},
beatnik: {

View File

@ -61,6 +61,9 @@ bash
golang
yasm
# bc
bc
# BrainF
beef