diff options
| author | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-01-12 19:33:19 +0100 |
|---|---|---|
| committer | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-01-12 19:33:19 +0100 |
| commit | f34d41db5b8f72d3b82fa1c4e9fe3ad71f509d52 (patch) | |
| tree | d1490f4f54811c4b3b5213032ca8ec436f918ff3 /src/tokenizer.rs | |
| parent | 840d820d0951dc38e266bd4d184be2cf8bf142e3 (diff) | |
| parent | 32fa47b52b03f4ae84bc773bad785cf77334ae78 (diff) | |
| download | sylt-f34d41db5b8f72d3b82fa1c4e9fe3ad71f509d52.tar.gz | |
For-loops
Diffstat (limited to 'src/tokenizer.rs')
| -rw-r--r-- | src/tokenizer.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tokenizer.rs b/src/tokenizer.rs index e52410c..62397c5 100644 --- a/src/tokenizer.rs +++ b/src/tokenizer.rs @@ -103,6 +103,8 @@ pub enum Token { #[token("!")] Not, + #[token(",")] + Comma, #[token(".")] Dot, #[token("->")] |
