z80

Results 15 issues of 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...

complaint / disgust

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...

release - tentative

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...

enhancement

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-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### 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-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### 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-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### 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...