Removed the ends of line from the comments regex
This commit is contained in:
parent
e2eb9dfa6c
commit
685194d457
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ t_plus = r'\+'
|
|||
t_minus = r'-'
|
||||
t_mul = r'\*'
|
||||
t_string = r'\'[a-zA-Z0-9 \?\:\t\r\n\f()\[\]\&\!\@\#\$\%\^\-\=\+\/\,]*\''
|
||||
t_comment = r'![a-zA-Z0-9 \?\:\t\r\n\f()\[\]\&\!\@\#\$\%\^\-\=\+\/\,]*\n'
|
||||
t_comment = r'![a-zA-Z0-9 \?\:\t\r\f()\[\]\&\!\@\#\$\%\^\-\=\+\/\,]*\n'
|
||||
t_or = r'\.or\.'
|
||||
t_and = r'\.and\.'
|
||||
t_not = r'\.not\.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue