You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the general architecture follows clox, the error reporting and syncrhonization actually resembles jlox (the
18
+
While the general architecture follows clox (the book's reference implementation, written in C), the error reporting and synchronization actually resembles jlox (the
19
19
java-implementation from the book's first part). Thus the official test suite needs to be run in "jlox" mode.
20
20
There's a single test that fails because in this case rlox actually behaves like clox, namely `unexpected_character.rlox`.
21
21
22
-
There are also some unit tests and benchmark, they can be run via the usual `cargo test` and `cargo bench` commands.
22
+
There are also some unit tests and benchmarks, they can be run via the usual `cargo test` and `cargo bench` commands.
0 commit comments