issues
search
GeoMop
/
visip
Visual Simulation Programming
GNU General Public License v3.0
0
stars
2
forks
source link
Expression eval and representation.
#20
Open
jbrezmorf
opened
5 years ago
jbrezmorf
commented
2 years ago
math operations support:
catching by Dummy - easy
representation - straight forward, but difficult to look natural
graphical representation - compression to an expression possibly necessary, not clear how to combine this with generic action approach
evaluation - compression to an expression suitable
jbrezmorf
commented
2 years ago
[ ] Group single expression into Expression that is derived from Workflow, allows special representation in GUI.
[ ] Allow creation of a single task.
math operations support: