SeedV / SeedLang

An embeddable and visualizable scripting engine for .Net and Unity.
https://seedv.github.io/SeedLang/
Apache License 2.0
9 stars 1 forks source link

Current API of SeedCalc is not compatible with the API in v0.2.0 #237

Open wixette opened 2 years ago

wixette commented 2 years ago

In v0.2.0, as implemented in the apps like the SeedCalc calculator, the following visualization events are supported for the SeedCalc language:

The current API defined in https://github.com/SeedV/SeedLang/blob/main/csharp/src/SeedLang/Visualization/Events.cs only supports one of them:

How to make the current API compatible with the previous Unary and the Eval events?