Add token for goto

This commit is contained in:
dkanus 2025-09-16 08:13:56 +07:00
parent d9923fd762
commit 41672a7125

View File

@ -170,6 +170,8 @@ pub enum Token {
NativeReplication, NativeReplication,
// # Control-flow keywords // # Control-flow keywords
#[regex("(?i)goto")]
Goto,
#[regex("(?i)if")] #[regex("(?i)if")]
If, If,
#[regex("(?i)else")] #[regex("(?i)else")]