rulox icon indicating copy to clipboard operation
rulox copied to clipboard

Implementation in Rust of lox, the language described in Crafting Interpreters

Results 9 rulox issues
Sort by recently updated
recently updated
newest added

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.8.0 to 0.10.1. Changelog Sourced from itertools's changelog. 0.10.1 Add Itertools::contains (#514) Add Itertools::counts_by (#515) Add Itertools::partition_result (#511) Add Itertools::all_unique (#241) Add Itertools::duplicates and Itertools::duplicates_by (#502) Add...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [proptest](https://github.com/altsysrq/proptest) from 0.8.7 to 1.0.0. Commits 1ad340e Merge branch '1.0.0-changes' 1cb1c60 wasm32-unknown-unknown is no longer supported out-of-the-box. 08e6113 Proptest version 1.0.0, -derive version 0.3.0. e26df9f Remove obsolete [badges] sections....

dependencies

Bumps [num-derive](https://github.com/rust-num/num-derive) from 0.2.4 to 0.3.3. Changelog Sourced from num-derive's changelog. Release 0.3.3 (2020-10-29) Make NumOps work with no_std -- thanks @jedrzejboczar! Release 0.3.2 (2020-08-24) Add #[inline] to all derived...

dependencies

All 48 of the warnings surrounding the following 2 issues have been resolved: use of deprecated macro `try`: use the `?` operator instead trait objects without an explicit `dyn` are...

Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.6 to 0.2.14. Changelog Sourced from num-traits's changelog. Release 0.2.14 (2020-10-29) Clarify the license specification as "MIT OR Apache-2.0". Contributors: @cuviper Release 0.2.13 (2020-10-29) The new OverflowingAdd,...

dependencies

Bumps [fnv](https://github.com/servo/rust-fnv) from 1.0.6 to 1.0.7. Commits 4b4784e Bump to 1.0.7 23c4110 Merge pull request #22 from dflemstr/master bfc842c Run tests with std feature disabled in CI b18ce36 Add support...

dependencies

`jlox` gets away with not implementing a GC because it relies on the one from the JVM. We use ref-counted values which give us almost the behaviour we want except...

They are almost identical, the only variation is their types.