Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tetsuo-cpp/bigbrain
A Brainfuck interpreter written in Common Lisp.
https://github.com/tetsuo-cpp/bigbrain
Last synced: 3 days ago
JSON representation
A Brainfuck interpreter written in Common Lisp.
- Host: GitHub
- URL: https://github.com/tetsuo-cpp/bigbrain
- Owner: tetsuo-cpp
- Created: 2019-10-23T11:43:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-08T07:14:14.000Z (about 5 years ago)
- Last Synced: 2024-12-19T06:42:29.119Z (28 days ago)
- Language: Common Lisp
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bigbrain
A Brainfuck interpreter written in Common Lisp.
## Dependencies
* Roswell.
* ASDF.
## Setup
ASDF needs to be configured to see the Bigbrain system definition in order for the `bigbrain.ros` script to work. There are a number of ways of doing this but my chosen way is to place a symlink to the `bigbrain.asd` file under `~/common-lisp/`.
## Usage
The interpreter can be run as a script.
```
./bigbrain.ros
```
Or compiled into a binary.
```
ros build bigbrain.ros
./bigbrain
```