Skip to content

Commit

Permalink
Change regex for multiline comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian13579 committed Feb 26, 2021
1 parent 5a9ac89 commit 82c4e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lexing/lexing_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def t_aux_rcomment(t):


def t_aux_pass(t):
r'[^\*\)]'
r'.|\n'
pass

# Rule so we can track line numbers
Expand Down

0 comments on commit 82c4e61

Please sign in to comment.