As of 0ee8f84, Htcc.Parser.Core.parse is not designed monadic.
The list of tokens, the AST under construction, and ConstructionData are passed on each recursion, but this should be represented as a context.
In addition, each process should be further subdivided and improved to be implemented by a parser combinator.
As of 0ee8f84,
Htcc.Parser.Core.parseis not designed monadic.The list of tokens, the AST under construction, and
ConstructionDataare passed on each recursion, but this should be represented as a context.In addition, each process should be further subdivided and improved to be implemented by a parser combinator.