Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
racc / test / assets / nullbug2.y
Size: Mime:
#
# number of conflicts must be ZERO.
#

class A
rule
  targ: operation voidhead
      | variable
  
  voidhead : void B
  void:
  
  operation: A
  variable : A
end