Make basic operations work

This also fixes an uninitialized bug that stopped bc_parse_expr from
working.
5 files changed
tree: 447539a48ab5060111fd8a260a16ddbf39241739
  1. include/
  2. src/
  3. tests/
  4. .gitignore
  5. .gitmodules
  6. LICENSE.md
  7. Makefile
  8. NOTICE.md
  9. README.md
README.md

bc

This is an implementation of POSIX bc. It is not even in alpha stage yet, so it is not ready for use.

Because this bc makes use of arbprec by cmgraff and hexingb et al, this bc is a collaborative effort. All arbprec contributors are considered bc contributors.

Cloning

After cloning, make sure to run git submodule update --init --recursive to clone the arbprec submodule.