From: Bryan English Date: Thu, 29 Jan 2026 04:46:35 +0000 (-0500) Subject: fix line comments X-Git-Url: https://rethought.computer/gitweb//gitweb//git?a=commitdiff_plain;h=c446d7ba45332fcf36e9a8e8377af9e092b99429;p=sorel-lang.git fix line comments --- diff --git a/hylo-lang/hyloc/src/tokenizer.rs b/hylo-lang/hyloc/src/tokenizer.rs index 9ac92a5..093c012 100644 --- a/hylo-lang/hyloc/src/tokenizer.rs +++ b/hylo-lang/hyloc/src/tokenizer.rs @@ -90,6 +90,7 @@ pub fn tokenize<'a>(input: &'a str) -> Result>> { in_line_comment = false; last_is_whitespace = true; // not really true, but means don't need space after } + continue; } if char == '"' {