Compare commits

...

5 Commits

Author SHA1 Message Date
Tom Parker-Shemilt f7b9aa9ea1
Merge pull request #1720 from amaanq/tree-sitter
docs: add tree-sitter
2 weeks ago
Tom Parker-Shemilt 91501d99cb
Merge branch 'main' into tree-sitter 2 weeks ago
Tom Parker-Shemilt 84b77c1fdd
Merge pull request #1719 from cpmech/patch-2
Update README.md
2 weeks ago
Amaan Qureshi c84f3f5578
docs: add tree-sitter 3 weeks ago
Dorival Pedroso 91d85a9717
Update README.md
Improve description of Russell
3 weeks ago

@ -1063,7 +1063,7 @@ See also [About Rusts Machine Learning Community](https://medium.com/@autumn_
* [autumnai/collenchyma](https://github.com/autumnai/collenchyma) — An extensible, pluggable, backend-agnostic framework for parallel, high-performance computations on CUDA, OpenCL and common host CPU.
* [luqmana/rust-opencl](https://github.com/luqmana/rust-opencl) — [OpenCL](https://www.khronos.org/opencl/) bindings
* Science
* [cpmech/russell](https://github.com/cpmech/russell) — Rust Scientific Library (Russell) for numerical mathematics, differential equations, special math functions, high-performance linear algebra (sparse), and more
* [cpmech/russell](https://github.com/cpmech/russell) — Rust Scientific Library for numerical mathematics, ordinary differential equations, special math functions, high-performance (sparse) linear algebra
* [indigits/scirust](https://github.com/indigits/scirust) — Scientific computing library
* Statrs
* [statrs-dev/statrs](https://github.com/statrs-dev/statrs) — Robust statistical computation library
@ -1637,6 +1637,7 @@ See also [Are we game yet?](https://arewegameyet.rs)
* [rust-bakery/nom](https://github.com/rust-bakery/nom) — parser combinator library
* [s-panferov/queryst](https://github.com/s-panferov/queryst) — A query string parsing library inspired by [gs](https://github.com/ljharb/qs#readme)
* [softdevteam/grmtools](https://github.com/softdevteam/grmtools/) - A LR parser with better error correction
* [tree-sitter/tree-sitter](https://github.com/tree-sitter/tree-sitter) - A parser generator tool and an incremental parsing library geared towards programming tools
### Peripherals

Loading…
Cancel
Save