From 857d5552fc04bbaf8437df2edc957c6d9d7c582a Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 15 Jan 2022 10:35:36 -0500 Subject: parsing/typing fixes --- 05/main.b | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '05/main.b') diff --git a/05/main.b b/05/main.b index a85818b..4632338 100644 --- a/05/main.b +++ b/05/main.b @@ -94,7 +94,7 @@ function compile_warning global powers_of_10 global types -global types_end +global types_bytes_used #include util.b #include constants.b @@ -138,9 +138,9 @@ function main *1p = TYPE_POINTER p += 1 *1p = TYPE_CHAR + p += 1 - - types_end = p + types_bytes_used = p - types input_filename = .str_default_input_filename -- cgit v1.2.3