bpstrngr / interface

Ecmascript module interface for clients/imports/functions.
0 stars 1 forks source link

Reduce parser state to syntax array (monad) #24

Open bpstrngr opened 1 month ago

bpstrngr commented 1 month ago

depth, action, etc transient states can be stored on last element of the monad. (at https://github.com/bpstrngr/interface/blob/fragments/Blik_2023_fragment.js#L317 and in meta.js

prerequisite to #4