switch to stdbool from ad-hoc TRUE/FALSE constants
simplify & unify debug logic with CPP
add more random ideas
support underscores as literal separators with hex/oct/bin numbers
update to version 5
document binary constant support
resort hex/oct/bin format orders
add support for 0X1234 formats
add support for 0777 formats
delete dead RET_EACH defines
delete unused comment/define blocks
ignore testsuite.dir from failed tests
delete dead code in the parser
support commas in decimal values too as separators
migrate to github
drop old win32 precompiled code and example bat...
add support for octal numbers beginning with 0o
fix store to only write out when ready
use CFLAGS when linking
improve extended help output
update to version 4
fix various spelling errors
tests: add an octal test
fix building w/bison-3
tests: add an xor test
fix distcheck with newer tooling
add -o option to output octal too