This website works better with JavaScript.
Explore
Help
Sign In
alpha
/
crafting-interpreters
Watch
1
Star
0
Fork
You've already forked crafting-interpreters
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9b69d3db20
main
andres
private
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9b69d3db20'
${ noResults }
crafting-interpreters
/
rust
/
justfile
4 lines
99 B
Raw
Normal View
History
Unescape
Escape
14.3
2 years ago
test-watch:
14.challenges.1
2 years ago
# while true; do fd .*.rs | entr -d cargo test; done
fd .*.rs | entr -d cargo test