bkasm beta changelog ==================== v0.904: Additions to the manual, and some project structure cleanup. v0.903: Added --max-precision, instead of hardcoded max precisions. A target's default options can now override global default options. resolves() wasn't working quite right. Updated some comments. v0.902: Got rid of .precision, and added --precision, .pequ, and .pset. Added --epsilon, .epequ, .epset, and ep(). Cleaned up some situations where you couldn't use ^ to mean **. The dollar-sign hex designator now works for values that don't begin with a digit (eg, $a5). v0.901: Added .perlmacro directive. Added "a = u" form. (Oops.) Fixed a bug in the error message about duplicate labels. When evaluating "100*FOO", *FOO was interpreted as a typeglob. There was no error message when a negative table index was out of bounds. v0.900: Initial beta release.