extension
Parsers / Interpreters

Volpi’s Math Expression Parser

A fast math expression parser. Doesn't allow calls to objects, no callstack.

Category: Parsers / Interpreters
Host: web.archive.org
Platforms: Windows, Mac
Office apps: All Office apps

Open on web.archive.org

VBA objects this tool extends (3)

  • Expression — Date and time criteria expressions
  • Expression — Quotation marks in string expressions
  • Doesn — Object Doesn't Support this Property or Method

Alternative parsers / interpreters libraries (3)

  • vba-regex — A native regex expression parser and runtime engine.
  • VbPeg — A parser generator for VBA. Converts PEG grammar like [this](https://github.com/wqweto/VbPeg/blob/master/test/Runner/peg/Kscope/grammar.peg) into [VBA code like this](https://github.com/wqweto/VbPeg/blob/master/test/Runner/peg/Kscope/cKscope.cls). Very useful if…
  • ClooWrapperVBA — Execute OpenCL from VBA, using either the GPU or CPU.