commit | fe1104628661ad09dcbdf9694d10c25a8f7ad63a | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Thu Jun 01 12:49:27 2017 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Mon Jul 10 09:47:28 2017 -0700 |
tree | 743a14b1ae52cf2433cb5ef8e5fdf2e7f781cb97 | |
parent | 0aa50e0cc993ed7f86b7132e0bfe4dae7a2a3ed1 [diff] |
Support for `yield`
diff --git a/synom/src/tokens.rs b/synom/src/tokens.rs index 655d2a7..32b71f6 100644 --- a/synom/src/tokens.rs +++ b/synom/src/tokens.rs
@@ -190,6 +190,7 @@ (pub struct Use => "use"), (pub struct Where => "where"), (pub struct While => "while"), + (pub struct Yield => "yield"), } }