commit | 8cd33a99dba7eb862b665153e3376ad341079b38 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat May 05 10:37:49 2018 -0700 |
committer | GitHub <noreply@github.com> | Sat May 05 10:37:49 2018 -0700 |
tree | 07c9b8010a7d790b46dbf58ea69c64771725e857 | |
parent | e3d6b47b8637b6f16e16f33c1ca95c25ef0be618 [diff] | |
parent | f5137d70aee0ad6e23d0b1a5d2ae70922184a407 [diff] |
Merge pull request #420 from MSleepyPanda/master Add $ token
diff --git a/src/token.rs b/src/token.rs index 70bcd7e..eb7ebb2 100644 --- a/src/token.rs +++ b/src/token.rs
@@ -376,6 +376,7 @@ "," pub struct Comma/1 /// `,` "/" pub struct Div/1 /// `/` "/=" pub struct DivEq/2 /// `/=` + "$" pub struct Dollar/1 /// `$` "." pub struct Dot/1 /// `.` ".." pub struct Dot2/2 /// `..` "..." pub struct Dot3/3 /// `...`