--- In AVR-Chat@yahoogroups.com, "Chuck Hackett" <egroupscdh@...> wrote: > I am looking for a simple expression evaluation routine [...] An operator precedence parser is a pretty simple mechanism and easy to implement. With a web search you may be able to find source code (in C) for such a parser that can be modified to fit your needs. Don Kinzer ZBasic Microcontrollers http://www.zbasic.net
Message
Re: Simple Embedded Expression Evaluation
2012-11-25 by Don Kinzer