1
0
forked from Alepha/Alepha

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
This commit is contained in:
2024-05-22 00:41:16 -04:00
4 changed files with 156 additions and 0 deletions

View File

@ -3,3 +3,4 @@ target_sources( alepha PRIVATE
)
add_subdirectory( derived_pointer_cast.test )
add_subdirectory( print_number.test )