reducealgebra.jl: Meta-package for Reduce.jl and External Packages, automatically mirrored from https://github.com/JuliaReducePkg/ReduceAlgebra.jl https://github.com/JuliaReducePkg/ReduceAlgebra.jl
DeepSource Bot 0a4b5c3305 Add .deepsource.toml | vor 3 Jahren | |
---|---|---|
.github | vor 3 Jahren | |
src | vor 6 Jahren | |
test | vor 6 Jahren | |
.codecov.yml | vor 6 Jahren | |
.deepsource.toml | vor 3 Jahren | |
.gitattributes | vor 3 Jahren | |
.gitignore | vor 6 Jahren | |
.travis.yml | vor 6 Jahren | |
LICENSE | vor 6 Jahren | |
LICENSE.md | vor 6 Jahren | |
Project.toml | vor 6 Jahren | |
README.md | vor 6 Jahren | |
REQUIRE | vor 6 Jahren | |
SECURITY.md | vor 3 Jahren | |
appveyor.yml | vor 6 Jahren |
Meta-package for Reduce.jl and External Packages
The upstream REDUCE software was originally created by Anthony C. Hearn (currently maintained on SourceForge), the Julia packages included with this repository are based on the symbolic parser generator Reduce.jl created by Michael Reed, which extends the Julia language with REDUCE functionality.
In Reduce.jl, an upstream REDUCE package can be used with load_package(::Symbol)
.
External packages provided by ReduceAlgebra.jl,
What is included with the Reduce.jl core package? Julia docs (stable / latest)
More packages will be added. See Implement External REDUCE Packages and Implement Reduce for progress.