flow123d / bparser

A C++ library for parsing expressions with Python syntax and using SIMD for repetitive evaluation. Amortization of the interpreter overhead leads to nearly peak CPU performance..
GNU Lesser General Public License v3.0
3 stars 4 forks source link

Improve error reporting. #16

Open jbrezmorf opened 2 years ago

jbrezmorf commented 2 years ago
jbrezmorf commented 2 years ago

See this tutorial for AST annotations with source position.