Fix problem with signal handling commit
1 file changed
tree: 41fdddbbe8947a0dc064218e0e9fa1f188562596
  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 that implements GNU bc extensions.

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.

Status

This bc is not even in alpha stage yet, so it is not ready for use. However, at this time, it can do basic math operations (+, -, *, /, %) on constants.

Cloning

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