X-Git-Url: https://code.kerkeslager.com/?p=fur;a=blobdiff_plain;f=tokenization.py;h=02f952800f6b7b4c72125d611db1a153316a9117;hp=33f43312a7aa4f3787653ca8d09c05f40d2f4cae;hb=02d64def49065ad614fe0ee2a85060666552192e;hpb=151f60b119247efb1bcf05a664f4324b71fac782 diff --git a/tokenization.py b/tokenization.py index 33f4331..02f9528 100644 --- a/tokenization.py +++ b/tokenization.py @@ -41,6 +41,7 @@ _TOKEN_MATCHERS = [ ('integer_literal', r'\d+'), ('symbol', r'[a-z_]+'), ('single_quoted_string_literal', r"'.*?'"), + ('double_quoted_string_literal', r'".*?"'), ('comparison_level_operator', r'(<=|>=|==|!=|<|>)'), ('assignment_operator', r'='), ('addition_level_operator', r'(\+\+|\+|-)'),