Skip to content

Commit 7cfaff1

Browse files
committed
refactor(panel): tidy comments and align header structure with cpp
1 parent caff3cf commit 7cfaff1

3 files changed

Lines changed: 293 additions & 398 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Powered by the [Lua programming language](https://www.lua.org/). See [Lua String
230230

231231
### ExprTk
232232

233-
Powered by [ExprTk](https://www.partow.net/programming/exprtk/index.html) by Arash Partow ([source on GitHub](https://github.com/ArashPartow/exprtk)) — a header-only C++ mathematical expression library. The MultiReplace integration syntax is documented in the [ExprTk Reference](FORMULA-SUPPORT.md#exprtk-reference).
233+
Powered by [ExprTk](https://www.partow.net/programming/exprtk/index.html) by Arash Partow ([source on GitHub](https://github.com/ArashPartow/exprtk)) — a header-only C++ mathematical expression library. The MultiReplace integration syntax is documented in the [ExprTk Reference](FORMULA-SUPPORT.md#exprtk-reference). The `(?=...)` formula marker and the approach of exposing capture groups and match state as formula variables are adapted from Coises' [Columns++](https://coises.github.io/ColumnsPlusPlus/).
234234

235235
<br>
236236

0 commit comments

Comments
 (0)