Ignore tail remarks in the express schema parser

This commit is contained in:
aothms
2015-08-13 14:18:59 +02:00
parent 17f6e67706
commit 810d3eab1e
+1
View File
@@ -173,6 +173,7 @@ import implementation
import latebound_header
import latebound_implementation
syntax.ignore("--" + restOfLine)
syntax.ignore(Regex(r"\((?:\*(?:[^*]*\*+)+?\))"))
ast = syntax.parseFile(sys.argv[1])
schema = schema.Schema(ast)