This website requires JavaScript.
Explore
Help
Sign In
twc
/
ludus
Watch
4
Star
0
Fork
0
You've already forked ludus
Code
Issues
32
Pull Requests
Packages
Projects
8
Releases
Wiki
Activity
81915ed4ba
ludus
/
build
/
test.mjs
4 lines
79 B
JavaScript
Raw
Normal View
History
Unescape
Escape
finally correctly wire up all the things?
2024-06-07 17:42:11 +00:00
import
{
run
}
from
"./ludus.mjs"
complete fucking draft of janet/wasm interpreter
2024-06-06 22:47:04 +00:00
test string interpolation
2024-06-07 19:25:03 +00:00
console
.
log
(
run
(
`
let foo = 42; "{foo} bar"
`
)
)
Reference in New Issue
Copy Permalink