Add error reporting
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
@@ -82,6 +82,9 @@ term = Parser.lazy (\() -> Parser.oneOf
|
||||
, Parser.succeed StringLit |= strLit
|
||||
])
|
||||
|
||||
topLevelTerm : Parser (Term Metavariable)
|
||||
topLevelTerm = term |. Parser.end
|
||||
|
||||
rule : Parser Rule
|
||||
rule =
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user