1
0
forked from Alepha/Alepha

9 Commits

Author SHA1 Message Date
db1b0edff3 Add named comparator support. 2024-07-12 14:55:03 -04:00
a90a1a776e Add a NamedOperator facility to Alepha.
This permits naming operators via an enhanced enum and then
looking them up.  This is a useful component for quick
scripting language functionalities.
2024-07-10 20:28:51 -04:00
71b8b9c9e6 Integrate the number printing functionality.
This might make writing some kinds of tests which need lots
of string data easier (convert large numbers to larger strings).

Merges branch 'number-print'

 Conflicts:
	Utility/CMakeLists.txt
2024-05-22 00:41:22 -04:00
53a4d91a23 Add a unique pointer dynamic cast utility. 2024-03-31 10:33:03 -04:00
e25b171e6b Simple number-printing utility function.
4271 -> "Four thousand two hundred seventy one"

Why?  Well, for one it permits the generation of larger
strings from simple 32-bit seed numbers.  This permits
sort of a "decompression" of string data from simple
inputs to do some fuzz testing or other things.
2024-03-04 15:33:59 -05:00
50cc5b2857 Fancy type name facility. 2023-11-11 23:58:11 -05:00
db70cb3b08 Relocate StackableStreambuf to IOStreams. 2023-11-10 13:30:08 -05:00
0001117f78 Make StackableStreambuf a compiled library. 2023-10-20 04:49:08 -04:00
267e6b4b70 Stackable streambuf testing... 2023-10-20 03:17:57 -04:00