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

Fixing reserve word NULL for cpp targets #3889

Merged
merged 21 commits into from
Oct 13, 2022

Commits on Sep 14, 2022

  1. Fixing minimum CXX standard required

    Signed-off-by: 1sand0s <1sand0sardpi@gmail.com>
    1sand0s committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    8b7984c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. fix: Restore missing changes to v4 of go runtime

    I had not though about this, but I guess some of the fix PRs did not have one fix
    that was in the legacy version of the runtime, copied in to the v4 branch. This
    commit fixes that.
    
    Signed-off-by: Jim.Idle <jimi@gatherstars.com>
    Signed-off-by: 1sand0s <1sand0sardpi@gmail.com>
    Jim.Idle authored and 1sand0s committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    531654e View commit details
    Browse the repository at this point in the history
  2. tweak spelling errors in Interpreter

    Signed-off-by: Terence Parr <parrt@antlr.org>
    Signed-off-by: 1sand0s <1sand0sardpi@gmail.com>
    parrt authored and 1sand0s committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    9e96de8 View commit details
    Browse the repository at this point in the history
  3. Describe using antlr4-tools in getting started documentation

    Signed-off-by: Terence Parr <parrt@antlr.org>
    Signed-off-by: 1sand0s <1sand0sardpi@gmail.com>
    parrt authored and 1sand0s committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    3dacdff View commit details
    Browse the repository at this point in the history
  4. Tweak doc

    Signed-off-by: Terence Parr <parrt@antlr.org>
    Signed-off-by: 1sand0s <1sand0sardpi@gmail.com>
    parrt authored and 1sand0s committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    7a06e1f View commit details
    Browse the repository at this point in the history
  5. Update C# release instructions

    Signed-off-by: 1sand0s <1sand0sardpi@gmail.com>
    ericvergnaud authored and 1sand0s committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    253ef6b View commit details
    Browse the repository at this point in the history
  6. Add Windows doc for antlr4-tool usage

    Signed-off-by: Terence Parr <parrt@antlr.org>
    Signed-off-by: 1sand0s <1sand0sardpi@gmail.com>
    parrt authored and 1sand0s committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    871cf52 View commit details
    Browse the repository at this point in the history
  7. Fixing minimum CXX standard required

    Signed-off-by: 1sand0s <1sand0sardpi@gmail.com>
    1sand0s committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    e20088f View commit details
    Browse the repository at this point in the history
  8. Fixing Reserve word NULL handling for Cpp targets

    Signed-off-by: 1sand0s <1sand0sardpi@gmail.com>
    1sand0s committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    6ed94f8 View commit details
    Browse the repository at this point in the history
  9. Adding testcase for reserve word NULL for Cpp targets

    Signed-off-by: 1sand0s <1sand0sardpi@gmail.com>
    1sand0s committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    82beced View commit details
    Browse the repository at this point in the history
  10. Update ReservedWordsEscaping_NULL.txt

    Signed-off-by: 1sand0s <1sand0sardpi@gmail.com>
    1sand0s committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    e347ffe View commit details
    Browse the repository at this point in the history
  11. Fixing Reserve word NULL handling for Cpp targets

    Signed-off-by: 1sand0s <1sand0sardpi@gmail.com>
    1sand0s committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    57cb224 View commit details
    Browse the repository at this point in the history
  12. Adding testcase for reserve word NULL for Cpp targets

    Signed-off-by: 1sand0s <1sand0sardpi@gmail.com>
    1sand0s committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    61f6aea View commit details
    Browse the repository at this point in the history
  13. Removing unecessary escape

    Signed-off-by: 1sand0s <1sand0sardpi@gmail.com>
    1sand0s committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    d26c064 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Fixing Reserve word NULL handling for Cpp targets

    Signed-off-by: 1sand0s <1sand0sardpi@gmail.com>
    1sand0s committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    62b1967 View commit details
    Browse the repository at this point in the history
  2. Adding testcase for reserve word NULL for Cpp targets

    Signed-off-by: 1sand0s <1sand0sardpi@gmail.com>
    1sand0s committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    f3e3d8a View commit details
    Browse the repository at this point in the history
  3. Update ReservedWordsEscaping_NULL.txt

    Signed-off-by: 1sand0s <1sand0sardpi@gmail.com>
    1sand0s committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    1eb5603 View commit details
    Browse the repository at this point in the history
  4. Fixing Reserve word NULL handling for Cpp targets

    Signed-off-by: 1sand0s <1sand0sardpi@gmail.com>
    1sand0s committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    d08446e View commit details
    Browse the repository at this point in the history
  5. Adding testcase for reserve word NULL for Cpp targets

    Signed-off-by: 1sand0s <1sand0sardpi@gmail.com>
    1sand0s committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    8b60b07 View commit details
    Browse the repository at this point in the history
  6. Removing unecessary escape

    Signed-off-by: 1sand0s <1sand0sardpi@gmail.com>
    1sand0s committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    bdb9d46 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'Fixing_Reserve_Word_NULL_for_Cpp_Targets' of https://gi…

    …thub.com/1sand0s/antlr4 into Fixing_Reserve_Word_NULL_for_Cpp_Targets
    1sand0s committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    8951b56 View commit details
    Browse the repository at this point in the history