Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kiryk/vlisp
- Owner: kiryk
- License: bsd-2-clause
- Created: 2024-09-15T11:39:41.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T12:57:45.000Z (3 months ago)
- Last Synced: 2024-09-15T13:51:07.818Z (3 months ago)
- Language: SystemVerilog
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```