extension
Parsers / Interpreters

ClooWrapperVBA

Execute OpenCL from VBA, using either the GPU or CPU.

Category: Parsers / Interpreters
Host: github.com
GitHub: @Excel-lent
Platforms: Windows
Office apps: All Office apps

Open on github.com

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…
  • Volpi's Math Expression Parser — A fast math expression parser. Doesn't allow calls to objects, no callstack.