Skip to content

Make parser monadic #2

@falgon

Description

@falgon

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions