argumentcomputer / lurk

Lurk is a Turing-complete programming language for zk-SNARKs. It is a statically scoped dialect of Lisp, influenced by Scheme and Common Lisp.
https://docs.argument.xyz
MIT License
39 stars 0 forks source link

fix: transitin meta command #326

Closed arthurpaulino closed 1 month ago

arthurpaulino commented 1 month ago

Remove code that was evaluating transition arguments, as that might turn expressions such as '(1 2 3) into (1 2 3), which is not a valid argument for a call.

Extra: