hexresearch / hschain-utxo

UTXO-based contracts for hschain
0 stars 0 forks source link

Drop direct execution of high level language #158

Closed Shimuuar closed 3 years ago

Shimuuar commented 3 years ago

Instead REPL compiles language to core and then executes it.

Direct interpreter is not used anywhere besides REPL and it already diverged from core. For example they treat AND/OR for vector of Σ-expression differently. There're probably other subtle differences. It's better to just drop it in order to lessen maintenance burden