parsifal-47 / sisal-js

Javascript interpreter for sisal
BSD 2-Clause "Simplified" License
3 stars 0 forks source link

implement ir add and ir execute interpreter functions #9

Closed parsifal-47 closed 9 years ago

parsifal-47 commented 10 years ago

first version is already done but need some reduce mechanisms to work with even simple a+b examples :)

parsifal-47 commented 10 years ago

execution here is not folding, it is value propagation, so we need some smart "toString" function to show that function is going to return another function or at least leave place for such possibility in future

when some result is obtained (some certain value) it is trivial

parsifal-47 commented 9 years ago

Execution has been implemented for simple x+y expressions and as well as overall dataflow execution process