Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86304 - Racc 1.4.4 works on macos-ppc
Summary: Racc 1.4.4 works on macos-ppc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: PPC All
: High normal (vote)
Assignee: Gentoo for Mac OS X
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-03-22 13:39 UTC by Luke Kanies
Modified: 2006-04-12 10:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke Kanies 2005-03-22 13:39:29 UTC
I successfully compiled ruby-dev/racc-1.4.4 on Mac OS X, 10.3.8.  Please update the ebuild to support macos-ppc.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Fabian Groffen gentoo-dev 2005-08-28 11:44:09 UTC
testing using the example of the online documentation appeared to work:

class Calcparser
rule
  target: exp { print val[0] }

  exp: exp '+' exp
     | exp '*' exp
     | '(' exp ')'
     | NUMBER
end

marking ~ppc-macos in CVS