diff options
Diffstat (limited to 'lisp.l')
| -rw-r--r-- | lisp.l | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ int tcnt = 0; %} %% -[[:space:]]+ { /*ignore whitespace*/} +[[:space:]]+ { /* ignore whitespace */ } +";"[^\n]* { /* ignore comment */ } "(" { return LPAREN; } ")" { return RPAREN; } "\." { return DOT; } |
