big: Add ASCII file import/export.

This commit is contained in:
Jeroen van Rijn
2021-09-05 15:50:23 +02:00
parent b2fa4ec675
commit 3faac14d62
3 changed files with 84 additions and 13 deletions
+4
View File
@@ -166,6 +166,10 @@ Error :: enum int {
Division_by_Zero = 8,
Math_Domain_Error = 9,
Cannot_Open_File = 50,
Cannot_Read_File = 51,
Cannot_Write_File = 52,
Unimplemented = 127,
};