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

Old fixes for C target generation templates and runtime source code #41

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

Commits on Apr 7, 2012

  1. C.stg template in antlr v3.4 as released has all references to FOLLOW…

    …_set_in commented out - BUT the corresponding template on gitHub shows no changes to this section of code from before the v3.4 release -- making the gitHub C.stg reflect the v3.4 released version
    stephengaito committed Apr 7, 2012
    Configuration menu
    Copy the full SHA
    71df80c View commit details
    Browse the repository at this point in the history
  2. C.stg template in antlr v3.4 as released uses NULL for null entries i…

    …n the dfa _transitions table - BUT the corresponding template on gitHub shows no changes to this section of code from before the v3.4 release -- making the gitHub C.stg reflect the v3.4 released version
    stephengaito committed Apr 7, 2012
    Configuration menu
    Copy the full SHA
    adc5e54 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2012

  1. fix for Anonymous template missing single argument in the creation of…

    … stream_XXX->free code in the ASTTreeParser.stg file
    stephengaito committed Apr 8, 2012
    Configuration menu
    Copy the full SHA
    4f38a64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    888b90b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2012

  1. fix for C target antlr3commontree::setParent -- currently it sets the…

    … parent's parent but we want the parent itself
    stephengaito committed Apr 25, 2012
    Configuration menu
    Copy the full SHA
    314fd5e View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2012

  1. Configuration menu
    Copy the full SHA
    d3ce23e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be0dd19 View commit details
    Browse the repository at this point in the history