Skip to content

[Feature Request]: Better parser #198

Open
@ludofischer

Description

@ludofischer

What should be improved?

hat postcss-calc uses an unmantained and I suspect buggy parser generator called jison-gho to generate the parser for the calc() expressions. If I remeber correctly, solving most bugs of postcss-calc would require replacing the parser generated by jison-gho with something else.

Describe the solution you would like

I would really prefer a hand-written parser as would not want to depend again on parser generator that gets abandoned.

Possible alternatives

Fix the parser generated by jison-gho by tweaking the grammar
Use another parser generator (for example peggy).

Additional context

No response

Are you willing to work on this?

  • Yes, I would like to help

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions