Enable incremental parser by default \o/

Fix test.
This commit is contained in:
Sander Spies 2020-01-31 16:13:56 +01:00
parent ff16af9331
commit 6c3879403b
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ let%expect_test _ =
run_ligo_bad [ "compile-contract" ; "../../test/contracts/negative/error_syntax.ligo" ; "main" ] ;
[%expect {|
ligo: : Parse error in file "error_syntax.ligo", line 1, characters 16-17, after "bar" and before "-".
{}
15: <syntax error> {}
If you're not sure how to fix this error, you can

View File

@ -23,7 +23,7 @@ module PreIO =
~offsets:true
~mode:`Point
~cmd:EvalOpt.Quiet
~mono:true
~mono:false
end
module Parser =

View File

@ -23,7 +23,7 @@ module PreIO =
~offsets:true
~mode:`Point
~cmd:EvalOpt.Quiet
~mono:true
~mono:false
end
module Parser =

View File

@ -26,7 +26,7 @@ module PreIO =
~offsets:true
~mode:`Point
~cmd:EvalOpt.Quiet
~mono:true
~mono:false
end
module Parser =