commit | f5137d70aee0ad6e23d0b1a5d2ae70922184a407 | [log] [tgz] |
---|---|---|
author | MSleepyPanda <m.sleepypanda@gmail.com> | Sat May 05 18:57:10 2018 +0200 |
committer | MSleepyPanda <m.sleepypanda@gmail.com> | Sat May 05 18:57:10 2018 +0200 |
tree | 07c9b8010a7d790b46dbf58ea69c64771725e857 | |
parent | e3d6b47b8637b6f16e16f33c1ca95c25ef0be618 [diff] [blame] |
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 /// `...`