xch-project icon indicating copy to clipboard operation
xch-project copied to clipboard

A high-performance chemical equation parser and balancer

XCH Project

Screenshot
Build Status

This is XCH Project.
It's a chemical equation balancing toolkit written in Rust language.
lib_xch
xch-ceb

Goals of this project

Swift, Small, Safe.

License

Licensed under GPL-3.0

Plans

  • [x] Uses regex-based parser
  • [x] Uses Gaussian-Jordan Elimination
  • [x] Provides the set of Basic Solutions
  • [x] Uses AST-based parser
  • [x] Supports WebAssembly
  • [ ] Supports different kinds of I/O styles.