Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kiryk/vlisp

Lisp-like interpreter in SystemVerilog
https://github.com/kiryk/vlisp

Last synced: 4 days ago
JSON representation

Lisp-like interpreter in SystemVerilog

Awesome Lists containing this project

README

        

# Usage

## Compile

```sh
make NPROC=$(nproc)
```

## Run example

```sh
./obj_dir/Vlisp +run=test/find-primes.vl
```

## Run REPL

```sh
./obj_dir/Vlisp
```