diff options
Diffstat (limited to '05/tokenize.b')
-rw-r--r-- | 05/tokenize.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/05/tokenize.b b/05/tokenize.b index e52b30a..977b162 100644 --- a/05/tokenize.b +++ b/05/tokenize.b @@ -103,7 +103,7 @@ function get_keyword_str ; uchar info ; ushort file ; uint line -; ulong data +; ulong data -- for int/float literals, the value; for string literals, the runtime address; for identifiers, the name of the identifier ; This corresponds to translation phases 5-6 and the first half of 7 ; IMPORTANT: this function uses pointers to pptokens, so it should NOT be freed! ; Returns a pointer to the end of tokens. |