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

ATN serialization improvements (Java only for demo) #3505

Closed
wants to merge 6 commits into from

Commits on Jan 17, 2022

  1. Allow ATN serialization of values more than 65535 (writeCompactUInt32)

    Refactor ATN serializer and deserializer, use ATNDataWriter, ATNDataReader
    
    Remove excess data cloning in deserializer
    
    fixes antlr#1863, fixes antlr#2732, fixes antlr#3338
    KvanTTT committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    48c67ed View commit details
    Browse the repository at this point in the history
  2. Full support of positive int range in serializer and deserializer (up…

    … to Integer.MAX_VALUE)
    
    Simplify serializer and deserializer API
    KvanTTT committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    373fb0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52936cc View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    815fd26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59a8ca3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec78ce0 View commit details
    Browse the repository at this point in the history