This commit is contained in:
Dmitry Boulytchev 2018-11-22 17:02:08 +03:00
parent ef8ea21216
commit 23eb95ae33
4 changed files with 6 additions and 5 deletions

View file

@ -4,7 +4,7 @@ let parse infile =
let s = Util.read infile in
Util.parse
(object
inherit Matcher.t s
inherit Matcher.stream s
inherit Util.Lexers.decimal s
inherit Util.Lexers.string s
inherit Util.Lexers.char s