do: Elaborate on pattern syntax, add binary as operator

This commit is contained in:
2025-09-16 04:18:12 -04:00
parent b6949147c4
commit 7b05da1334
6 changed files with 150 additions and 78 deletions

View File

@@ -12,6 +12,7 @@ pub struct Token {
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub enum TKind {
Comment,
As,
Break,
Const,
Do,