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

NBT path structure #363

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

NBT path structure #363

wants to merge 4 commits into from

Commits on Jun 5, 2023

  1. Add basic path implementation

    Still missing indexing into arrays and named compounds are buggy.
    But that'll be fixed soon.
    fdfdjfk3 committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    538be13 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    29ce028 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Finish NBT path parser

    fdfdjfk3 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    b05df61 View commit details
    Browse the repository at this point in the history
  2. More doc comments

    i also renamed my parse function cus parse_or_error is pretty
    repetitive, as it's clear that it returns a result value
    fdfdjfk3 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    05f7527 View commit details
    Browse the repository at this point in the history