Skip to content
Snippets Groups Projects
Select Git revision
  • 718e3a45e576c4291fbd6f2068b7835dd8f52983
  • master default protected
  • release/1.1.4
  • release/1.1.3
  • release/1.1.1
  • 1.4.2
  • 1.4.1
  • 1.4.0
  • 1.3.0
  • 1.2.1
  • 1.2.0
  • 1.1.5
  • 1.1.4
  • 1.1.3
  • 1.1.1
  • 1.1.0
  • 1.0.9
  • 1.0.8
  • 1.0.7
  • v1.0.5
  • 1.0.5
21 results

java

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    dgelessus authored
    Previously the patchfiles were copied into the source of each
    generated parser, even though they are identical for all parsers and
    always use a hardcoded package name. This means that all generated
    parsers had conflicting classes, although in practice this was not
    noticeable, because the classes were always identical.
    
    These common files are now a proper separate library that all
    generated parsers will depend on. This will fix the class name
    conflicts when using more than one SableCC parser in a single project.
    974f5aa2
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..