https://github.com/iveevi/oxidius
https://github.com/iveevi/oxidius
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/iveevi/oxidius
- Owner: iveevi
- Created: 2024-06-28T05:28:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T00:14:54.000Z (over 1 year ago)
- Last Synced: 2025-02-18T01:23:29.490Z (over 1 year ago)
- Language: C++
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
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.