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

TokenSet, First(), Follow() #3

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Commits on May 18, 2017

  1. Add files via upload

    NEW:
    A) The First and Follow methods in NonTerminals.
    B) TokenSet.cs
    C) Various changes implemented to help with A) and B) (marked with //SAM CHANGE for easy location)
    
    Notes:
    The newFromUnion() method in TokenSet.cs has two implementations:
    One, based on the C compiler, is the one currently in use. This one I believe to be more efficient.
    The other has been commented out. This one is more readable in my opinion.
    
    These changes should be ready to be committed into master. For now I will leave them in a separate branch for any desired review before that happens.
    SamDelaney authored May 18, 2017
    Configuration menu
    Copy the full SHA
    dffb119 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2017

  1. Add files via upload

    SamDelaney authored May 19, 2017
    Configuration menu
    Copy the full SHA
    918822b View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    SamDelaney authored May 19, 2017
    Configuration menu
    Copy the full SHA
    ee593ed View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    SamDelaney authored May 19, 2017
    Configuration menu
    Copy the full SHA
    8fcfa66 View commit details
    Browse the repository at this point in the history
  4. Add files via upload

    SamDelaney authored May 19, 2017
    Configuration menu
    Copy the full SHA
    0920cbe View commit details
    Browse the repository at this point in the history
  5. Add files via upload

    SamDelaney authored May 19, 2017
    Configuration menu
    Copy the full SHA
    dfee09a View commit details
    Browse the repository at this point in the history
  6. Delete TokenSet.cs

    SamDelaney authored May 19, 2017
    Configuration menu
    Copy the full SHA
    3f81c9d View commit details
    Browse the repository at this point in the history
  7. Delete Terminals.cs

    SamDelaney authored May 19, 2017
    Configuration menu
    Copy the full SHA
    61a32f4 View commit details
    Browse the repository at this point in the history
  8. Delete NonTerminals.cs

    SamDelaney authored May 19, 2017
    Configuration menu
    Copy the full SHA
    24a7263 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Add files via upload

    SamDelaney authored May 23, 2017
    Configuration menu
    Copy the full SHA
    be294dc View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    SamDelaney authored May 23, 2017
    Configuration menu
    Copy the full SHA
    e9f9daa View commit details
    Browse the repository at this point in the history
  3. Delete Terminals.cs

    SamDelaney authored May 23, 2017
    Configuration menu
    Copy the full SHA
    5e24145 View commit details
    Browse the repository at this point in the history
  4. Delete TokenSet.cs

    SamDelaney authored May 23, 2017
    Configuration menu
    Copy the full SHA
    6498963 View commit details
    Browse the repository at this point in the history
  5. Delete NonTerminals.cs

    SamDelaney authored May 23, 2017
    Configuration menu
    Copy the full SHA
    8c2983c View commit details
    Browse the repository at this point in the history
  6. Add files via upload

    SamDelaney authored May 23, 2017
    Configuration menu
    Copy the full SHA
    95b4e53 View commit details
    Browse the repository at this point in the history
  7. Delete NonTerminals.cs

    SamDelaney authored May 23, 2017
    Configuration menu
    Copy the full SHA
    1bb9c75 View commit details
    Browse the repository at this point in the history
  8. Delete Terminals.cs

    SamDelaney authored May 23, 2017
    Configuration menu
    Copy the full SHA
    174cb31 View commit details
    Browse the repository at this point in the history
  9. Delete TokenSet.cs

    SamDelaney authored May 23, 2017
    Configuration menu
    Copy the full SHA
    39198dd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    914bc6d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2017

  1. Add files via upload

    SamDelaney authored May 25, 2017
    Configuration menu
    Copy the full SHA
    e04144b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2017

  1. Add files via upload

    SamDelaney authored May 27, 2017
    Configuration menu
    Copy the full SHA
    26f5b85 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2017

  1. Add files via upload

    SamDelaney authored May 29, 2017
    Configuration menu
    Copy the full SHA
    a14c66c View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    SamDelaney authored May 29, 2017
    Configuration menu
    Copy the full SHA
    4c63fa4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from SamDelaney/master

    Moving utils into master
    SamDelaney authored May 29, 2017
    Configuration menu
    Copy the full SHA
    eb26eb0 View commit details
    Browse the repository at this point in the history
  4. Add files via upload

    SamDelaney authored May 29, 2017
    Configuration menu
    Copy the full SHA
    27bbaf7 View commit details
    Browse the repository at this point in the history
  5. Add files via upload

    SamDelaney authored May 29, 2017
    Configuration menu
    Copy the full SHA
    f2c61fc View commit details
    Browse the repository at this point in the history