Require space after owo for making comments.

This commit is contained in:
Erin 2021-08-23 18:58:28 +02:00 committed by ondra05
parent 5368dd5209
commit 1d24082ee8

View file

@ -146,7 +146,7 @@ pub enum Token {
#[regex(r"[a-zA-Z_][a-zA-Z_0-9]*", get_iden)]
Identifier(String),
#[regex(r"owo.*")]
#[regex(r"owo .*")]
Comment,
#[regex("nul")]