diff --git a/final_lang/fort.py b/final_lang/fort.py index b090c1f..252f681 100644 --- a/final_lang/fort.py +++ b/final_lang/fort.py @@ -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\.'