-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
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.