The loop was checking 'for i.Done()' instead of 'for !i.Done()', which prevented the comment content from being consumed. This caused the tokenizer to treat comment text as code.
2.8 KiB
2.8 KiB