parser to evaluate expressions
- Compiler Patterns
- Talk:Comparison of parser generators
- A powerful function parser
- Fast Polymorphic Math Parser
- REG file parser using the Boost Spirit Parser Framework
- An Introduction to the Boost Spirit Parser framework
- Easily Create Your Own Parser
- Gold Parser Engine
- Gadget to Fetch Today's Gold Rates (India)
- Introduction to GOLD Parser
- Code Project Article FAQ
- GOLD Parsing System
Traces the evolution of a high-speed EXPRESSION EVALUATOR to demonstrate the various PATTERNS you will need to "roll your own" recursive descent compiler.
Depending on the complexity of the grammar, a hand-built recursive descent compiler may actually be the best option. It can be quicker to implement than learning a compiler-compiler system, plus it avoids having to integrate the compiler-compiler's runtime into your source code base. But it also involves risks that must be carefully weighed.
No comments:
Post a Comment