This website requires JavaScript.
Explore
Help
Sign In
mycroft
/
zlox
Watch
1
Star
0
Fork
0
You've already forked zlox
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
3a20f5e04a
zlox
/
.justfile
9 lines
89 B
Makefile
Raw
Normal View
History
Unescape
Escape
creating chunk interface (ch14)
2024-08-24 14:59:57 +02:00
build
:
zig build
implementing global variables (ch21)
2024-08-26 22:54:25 +02:00
run *ARGS
:
zig build run --
{
{
ARGS
}
}
creating chunk interface (ch14)
2024-08-24 14:59:57 +02:00
test
:
zig build
test
Reference in New Issue
Copy Permalink