Re: Expression parsing
Re: Expression parsing
- Subject: Re: Expression parsing
- From: Stéphane Sudre <email@hidden>
- Date: Sun, 18 Jul 2004 11:17:58 +0200
On dimanche, juillet 18, 2004, at 01:46 AM, Theodore H. Smith wrote:
I want to parse simple expressions, mainly with the contstants pi and
phi in it. So I can enter things like "pi/3", or "phi+2", into some
text fields. Whats a good way to do this? I'm thinking of just parsing
it, but I'm wondering if theres a built in class for this kind of
thing?
A long time ago, I wrote this:
http://s.sudre.free.fr/Stuff/Interpreter.html
Available flavors are: C, C++, Java or Objective-C.
Maybe it can help.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.