diff --git a/src/gen.py b/src/gen.py index b91fc0c..8db5099 100644 --- a/src/gen.py +++ b/src/gen.py @@ -1,7 +1,7 @@ import sys, re # @for , , -RE_FOR = re.compile(r'@for\s+(\w+)\s*,\s*([^ ]+)\s*,\s*([^ ]+)') +RE_FOR = re.compile(r'@for\s+(\w+)\s*,\s*([^,]+)\s*,\s*([^,]+)') # $() RE_VAL = re.compile(r'\$\(([^)]+)\)') # @define =