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

[postgresql] Fix for #4324; add ports. #4325

Merged
merged 15 commits into from
Nov 17, 2024

Commits on Nov 11, 2024

  1. Fixes for antlr#4321, antlr#4322

    kaby76 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a4a2e0a View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Update README.md

    Warnings fixed.
    kaby76 authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    813c1d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    62fad65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    699fc95 View commit details
    Browse the repository at this point in the history
  3. Add TypeScript port, fix symbol conflict for TypeScript port.

    The TypeScript port generates `any_name._list()` accessor method for alts with multiple `any_name` references. This conflicts with the symbol reference `any_name_list`, which is another production.
    kaby76 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8dd3a4b View commit details
    Browse the repository at this point in the history
  4. Fix Cpp target.

    kaby76 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    969f720 View commit details
    Browse the repository at this point in the history
  5. Try to get Mac to behave.

    kaby76 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6684368 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fed3e37 View commit details
    Browse the repository at this point in the history
  7. Try3.

    kaby76 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2b06fb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Add Dart target.

    kaby76 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d8a4558 View commit details
    Browse the repository at this point in the history
  2. Add Python3 target.

    kaby76 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9c3f745 View commit details
    Browse the repository at this point in the history
  3. Add JavaScript port.

    kaby76 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    0d01c0e View commit details
    Browse the repository at this point in the history
  4. Fix Go port.

    kaby76 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a7fb6bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7b448a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82e8aab View commit details
    Browse the repository at this point in the history