Readme

Build

With bazel 5.1.1 and clang-10 you should be able to “just build”

bazel test //...
bazel run //jlox:jlox-rs

Fast feedback

fd | entr bazel test //...