big: Refactor exponents and such.

This commit is contained in:
Jeroen van Rijn
2021-08-11 20:59:53 +02:00
parent 53bf66ce1e
commit 40b7b9ecdf
7 changed files with 1453 additions and 1375 deletions
+1
View File
@@ -109,6 +109,7 @@ Flags :: bit_set[Flag; u8];
Errors are a strict superset of runtime.Allocation_Error.
*/
Error :: enum int {
Okay = 0,
Out_Of_Memory = 1,
Invalid_Pointer = 2,
Invalid_Argument = 3,