Skip to content

Parser Strategy #8

@jonas2602

Description

@jonas2602

Currently the Parser is using a recursive strategy to build the ParseTree. When the parsing hierarchy gets deeper it will become very memory intensive. A more robust strategy could be a Pushdown Automaton(PDA) which uses a stack to manage the parsing hierarchy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions