Closed riley-harper closed 3 years ago
Closes #44.
Use NextTokenAsFloat() and NextTokenAsInt() to remove a lot of the error checking needed during parsing (it's now in those functions, so we don't have to repeat it every time).
NextTokenAsFloat()
NextTokenAsInt()
Closes #44.
Use
NextTokenAsFloat()
andNextTokenAsInt()
to remove a lot of the error checking needed during parsing (it's now in those functions, so we don't have to repeat it every time).