An open API service indexing awesome lists of open source software.

https://github.com/iveevi/oxidius


https://github.com/iveevi/oxidius

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Oxidius

Automated theorem proving and computer algebra system with an initiative
towards incorporating modern machine learning.

# Roadmap

- [x] Exhaustive mode for expression-via-statement transforms.
- [x] Function options via `@()` syntax.
- [x] Parenthesis in expressions.
- [x] Support comments in the Oxide scripting language.
- [ ] Parsing states for proper recovery.
- [x] Arguments as first class object through `(...) => ` syntax.
- [ ] Statement-via-argument transforms.
- [ ] Set construction via `${ x | ... }` syntax.