-
Does jaxopt have an [expression tree](https://www.cvxpy.org/api_reference/cvxpy.expressions.html) API like [CVXPY](https://www.cvxpy.org/index.html) does?
If not, would it be possible to create one…
-
Working on a PR #872 highlighted a rather nefarious situation in the Pyomo expression system. Python is rather inconsistent in how it treats complex numbers. For example, in Python 2.x:
```python
…
-
We should consider supporting deconstruction (tuples and general) in expression tree lambdas.
It can be done either by
1) Introducing new nodes that represent Deconstruction or
2) Use lowered form
…
-
We should consider supporting expressions with tuples in expression tree lambdas.
It can be done either by
1) Introducing new nodes that represent tuple creation/conversion/field accesses or
2) Us…
-
I observed that in current main an expression like
```kt
!x || y
```
gets parsed as `prefix_expression(disjunction_expression ...` .
In the tree-sitter web playground hosted [online](https://fw…
-
Scalars can currently not be used in Trevas in VTL expressions where constants / literals are allowed.
As an example the following VTL code is failing
```
ds1 := simple_data;
my_scalar := 3;
…
-
There are some nice features in `std::ranges` that I would like to adopt - namely built in support for lazy evaluation of transform/map operations. I think there are some places where this could make …
-
# Building Expression Evaluator with Expression Trees in C# – Improving the Api | Giorgi Dalakishvili | Personal Website
This post is part of a series about building a simple mathematical expression …
-
### Commit of tree-sitter-scala you tested this on
v0.23.2
### A code sample showing the error
```scala
def hi =
e match
case 1 => "Ok"
case _ => "Also Ok"
```
### Show the error …
-
Part of a long term goal for completely replacing HOTC as a codestyle. The idea is to be able to parse any card text (from any card style or any language for that matter), convert it into an Expressio…