Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve parsing of node paths in references #19

Merged
merged 2 commits into from
Nov 3, 2024

Commits on Nov 1, 2024

  1. Improve parsing of node paths in references

    This change fixes handling of paths with unit addresses in the middle,
    i.e. path = <&/path@100/to@200/node>; Each path segment is represented
    by a separate node so grammar's users don't have to parse it manually.
    igor-prusov committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    bb84fbe View commit details
    Browse the repository at this point in the history
  2. re-generate parser

    igor-prusov committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    f51b452 View commit details
    Browse the repository at this point in the history