-
It would be helpful if in-line calculations in the input.deck were processed into the result. For example the input.deck might define.
```bash
omega = 2.0 * pi * c / (1.0e-6)
```
But epydeck …
-
There are sometimes when I had to use a workaround to the fact that you cannot place variables next to e. 2.4e$var isn't allowed.
```
foo:
m=3
eval "2.5e$m;"
```
This will give a error.
So,…
-
I tried doing everything in one go with check instead of check + eval combo, but apparently, it does not support const. So, I decided to suggest a idea of check() which acts like math parser version o…
-
# Bug report
I'm trying to use the library for JSON streaming + schema validation.
I tried to stream this JSON string `{ "foobar": "foobar" }` with this Zod schema:
```
const schema = z.object…
-
Hi! We noticed that the is_equiv() function in utils.py from both the [minerva_math](https://github.com/EleutherAI/lm-evaluation-harness/blob/main/lm_eval/tasks/minerva_math/utils.py#L144) and [leader…
-
Hi, i have a question why is your project depending on this package "math-interval-parser". Which has last commit 2 years ago. I want to use XRegExp version of 3.2.0 in my project but i cant because o…
-
The first thing we need is to generate a math expression parser. Third party libraries (e.g. [ExprTk](http://partow.net/programming/exprtk/index.html)) are welcome. However, a native parser is a nic…
-
Just store operation type inside Node, then in Tree do traverse using queue.
-
The new maths parser introduced in #2033 is currently only utilised to immediately evaluate expressions in number inputs.
To expand its utility, a new node should be introduced to run an expression…
-
- TOML++ version: v3.4.0
- Compiler: clang++ v19.1.1
- Target arch: x64
- Library configuration overrides: None
- Relevant compilation flags:
You can run the following command on the generated …