Merge pull request #1 from aothms/master

Ignore tail remarks in the express schema parser
This commit is contained in:
Thomas Krijnen
2015-08-13 14:20:12 +02:00
+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)