z80
z80
```lisp (defmacro condp-1 [op obj #*body] `(cond ~@(lfor [val res] (by2s body) `((~op ~obj ~val) ~res) ))) (defmacro condp-2 [op obj #*body] `(cond ~@(unpack-iterable (lfor [val res] (by2s body) `((~op...
Allows 100_000 in place of 100000 ### What I did modified grammar defining decimal, octal, and float numbers to match what vyper actually accepts and compiles ### How I did...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
use a macro called `test` example ```lisp (defn getNum [] :uint256 :external 4) (test (assert (= (.getNum self) 4))) ``` this would be really easy for a contract with no...
use https://github.com/hylang/hy to implement the compiler in a lisp
### What I did The non-json compile functions exposed by VVM do not expose an interface for passing additional compiler flags to `vyper` when invoked. This functinality, along with conversion...
This PR was automatically created by Snyk using the credentials of a real user. ### Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this...
This PR was automatically created by Snyk using the credentials of a real user. ### Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
 ### Snyk has created this PR to fix 2 vulnerabilities in the pip dependencies of this project. #### Snyk changed the following file(s): - `requirements.txt` ⚠️ Warning ``` vvm...