ISibboI
ISibboI
I am using git on windows with `core.autocrlf = true`. When staging and committing modified files from the PowerShell, everything works fine. However if I execute `cargo ws publish --allow-branch...
I noticed the BitVec in the bv crate is missing an option to iterate over the bits. The succinct crate has this option. I think the bv crate would benefit...
The instructions only work for Ubuntu up to 13.10. >= 14.04 there is no package. This should be written in the README.md. ## Want to back this issue? **[Post a...
Having a chain like `a=5,5;a=5,5;a=5,5;` should parse correctly, since the precedence of semicolon is lower. But it does not, and generates a deep tree instead.
Add a context type that does not enforce variables to be typed
This crate soon provides a premade context, and if more are added in the future, the question arises of how a user would build a set of contexts. Ideally there...
This would remove the string lookup overhead to call a function when evaluating.
Root node is a little bit of bloat inside expression trees. Can parsing be realized without it?