10 let !( Data.Text.Unsafe.Iter
13 ) = Symantic.Parser.Machine.Input.Text.Buffer.iter buf pos
14 in (# c, pos GHC.Num.+ d #)
15 more buf pos = pos GHC.Classes.< Symantic.Parser.Machine.Input.Text.Buffer.length buf
16 append = Symantic.Parser.Machine.Input.Text.Buffer.pappend
18 Symantic.Parser.Machine.Input.Text.Buffer.buffer input,
24 finalRet = \_farInp _farExp v _inp _buf _end -> Symantic.Parser.Machine.Generate.returnST GHC.Base.$ Symantic.Parser.Machine.Generate.ResultDone v
25 finalRaise :: Symantic.Parser.Machine.Generate.ForallOnException inp =
26 Symantic.Parser.Machine.Generate.ForallOnException GHC.Base.$
27 ( \(!exn) _failInp (!farInp) (!farExp) buf end ->
28 Symantic.Parser.Machine.Generate.returnST GHC.Base.$
29 Symantic.Parser.Machine.Generate.ResultError
30 Symantic.Parser.Machine.Generate.ParsingError
31 { Symantic.Parser.Machine.Generate.parsingErrorOffset = Symantic.Parser.Machine.Input.position farInp,
32 Symantic.Parser.Machine.Generate.parsingErrorException = exn,
33 Symantic.Parser.Machine.Generate.parsingErrorUnexpected =
34 if readMore buf farInp
40 #) = readNext buf farInp
43 else GHC.Maybe.Nothing,
44 Symantic.Parser.Machine.Generate.parsingErrorExpecting =
48 Data.Set.Internal.foldr
52 ) -> case Symantic.Parser.Grammar.Combinators.unSomeFailure f of
53 GHC.Maybe.Just (Symantic.Parser.Grammar.Combinators.FailureHorizon h :: Symantic.Parser.Grammar.Combinators.Failure (Symantic.Parser.Grammar.Combinators.CombSatisfiable (Symantic.Parser.Machine.Input.InputToken inp)))
54 | GHC.Maybe.Just old <- minH ->
55 ( GHC.Maybe.Just (GHC.Classes.min old h),
58 | GHC.Base.otherwise ->
71 in Data.Set.Internal.fromList GHC.Base.$
73 GHC.Maybe.Just h -> Symantic.Parser.Grammar.Combinators.SomeFailure (Symantic.Parser.Grammar.Combinators.FailureHorizon @(Symantic.Parser.Machine.Input.InputToken inp) h) GHC.Types.: res
74 GHC.Maybe.Nothing -> res
78 in let inputToken = Data.Proxy.Proxy :: Data.Proxy.Proxy (Symantic.Parser.Machine.Input.InputToken inp)
79 in let _ = "checkHorizon.noCheck"
81 in let _ = "pushValue"
82 in let join = \farInp farExp v (!inp) buf end ->
83 let _ = "lift2Value checkedHorizon=0"
88 ( let _ = "resume.genCode"
94 in let _ = "catch ExceptionFailure checkedHorizon=0"
97 in \(!_exn) (!failInp) (!farInp) (!farExp) buf end ->
98 let _ = "comment: raiseAgainIfConsumed"
99 in let _ = "saveInput checkedHorizon=0"
100 in let _ = "lift2Value checkedHorizon=0"
101 in if (GHC.Classes.==) @GHC.Types.Int initPos failInp
103 let _ = "choicesBranch checkedHorizon=0"
104 in let _ = "comment: eof.fail"
105 in let failExp = Data.Set.Internal.Bin 1 (Symantic.Parser.Grammar.Combinators.SomeFailure Symantic.Parser.Grammar.Combinators.FailureEnd) Data.Set.Internal.Tip Data.Set.Internal.Tip
109 #) = case GHC.Classes.compare @GHC.Types.Int farInp failInp of
118 failExp GHC.Base.<> farExp
125 in Symantic.Parser.Machine.Generate.unForallOnException finalRaise Symantic.Parser.Grammar.Combinators.ExceptionFailure failInp farInp farExp buf end
127 let _ = "choicesBranch.else"
128 in Symantic.Parser.Machine.Generate.unForallOnException finalRaise Symantic.Parser.Grammar.Combinators.ExceptionFailure failInp farInp farExp buf end
129 in let _ = "comment: negLook"
130 in let _ = "catch ExceptionFailure checkedHorizon=0"
132 let _ = "onException"
133 in \(!_exn) (!failInp) (!farInp) (!farExp) buf end ->
134 let _ = "comment: negLook.reset"
135 in let _ = "loadInput checkedHorizon=0"
136 in let _ = "checkHorizon.noCheck"
137 in let _ = "pushValue"
143 ( let _ = "resume.genCode"
149 in let _ = "comment: negLook.ahead"
150 in let _ = "saveInput checkedHorizon=0"
151 in let _ = "comment: satisfy (GHC.Base.const GHC.Types.True)"
152 in let partialCont buf =
153 let readFail = onException
154 in let _ = "checkHorizon.newCheck: checkedHorizon=0 minHoriz=1"
155 in if readMore buf initPos
161 #) = readNext buf initPos
162 in let _ = "popValue"
164 in let _ = "loadInput checkedHorizon=0"
165 in let _ = "checkHorizon.noCheck"
166 in onException Symantic.Parser.Grammar.Combinators.ExceptionFailure initPos initPos Data.Set.Internal.empty buf GHC.Types.False
168 let _ = "checkHorizon.newCheck.fail"
171 Data.Set.Internal.Bin
173 ( Symantic.Parser.Grammar.Combinators.SomeFailure
175 (Data.Proxy.Proxy :: Data.Proxy.Proxy tok') -> Symantic.Parser.Grammar.Combinators.FailureHorizon @tok' 1
178 Data.Set.Internal.Tip
179 Data.Set.Internal.Tip
183 #) = case GHC.Classes.compare @GHC.Types.Int initPos initPos of
192 failExp GHC.Base.<> Data.Set.Internal.empty
197 Data.Set.Internal.empty
199 in readFail Symantic.Parser.Grammar.Combinators.ExceptionFailure initPos farInp farExp buf GHC.Types.True
200 in if GHC.Types.False
203 Symantic.Parser.Machine.Generate.returnST GHC.Base.$
204 ( Symantic.Parser.Machine.Generate.ResultPartial GHC.Base.$
206 if Symantic.Parser.Machine.Input.nullInput newInput
208 else partialCont (append buf newInput)
211 in partialCont initBuffer