Simon Hausmann
|
9034bd3d1a
|
Move the refined eval::Value API to api::Value
This is the new public value representation for the interpreter
|
2021-03-15 15:12:34 +01:00 |
|
Simon Hausmann
|
41f77b2a27
|
Use SharedVector for Value::Array instead of Vec
That will make it more efficient to pass data into the interpreter in the future,
especially from C++.
|
2021-03-15 10:19:35 +01:00 |
|
Olivier Goffart
|
7584b571ea
|
Interpreter: refactor in preparation to expose a public API
|
2021-03-10 09:08:25 +01:00 |
|
Olivier Goffart
|
14198052ac
|
ArrayModel support in JS
|
2020-10-17 13:33:22 +02:00 |
|
Olivier Goffart
|
13be880d66
|
Fix interpreter with empty model
|
2020-10-08 12:06:58 +02:00 |
|
Olivier Goffart
|
2314e59ab2
|
Refactor the repeater in the interpreter
Use the same Repeater as the rust backend
|
2020-10-02 21:26:47 +02:00 |
|