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

SPDX license expression parser using lalrpop library. #5

Closed
wants to merge 3 commits into from
Closed

SPDX license expression parser using lalrpop library. #5

wants to merge 3 commits into from

Commits on May 9, 2016

  1. SPDX license expression parser using lalrpop library.

    - Rename create from "license-exprs" to "license_exprs"
      I tried following the guidelines from
      github.com/rust-lang/rfcs/blob/master/text/0940-hyphens-considered-harmful.md
      I could not get the rename on import working so I bailed and
      renamed the package.
    - LicenseExpr enum removed
    - ParseError::InvalidStructure construction changed from LicenseExpr to str
    - version number bumped to 2.0.0 due to previous changes
    - Fixes #3
    Michael Spiegel committed May 9, 2016
    Configuration menu
    Copy the full SHA
    641362d View commit details
    Browse the repository at this point in the history
  2. Reintroduce tests from master.

    These tests were accidentally removed in branch.
    Michael Spiegel committed May 9, 2016
    Configuration menu
    Copy the full SHA
    5160a76 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

  1. Create does not need to be renamed.

    Misunderstood RFC 940. Everything works without renaming.
    Michael Spiegel committed May 10, 2016
    Configuration menu
    Copy the full SHA
    eabe3c2 View commit details
    Browse the repository at this point in the history