mirror of
https://github.com/azur1s/bobbylisp.git
synced 2024-10-16 02:37:40 -05:00
feat: :trollface:
This commit is contained in:
parent
8ec6546ed2
commit
432914bfb6
|
@ -1,8 +1,8 @@
|
||||||
# bobbylisp
|
# <img src="https://raw.githubusercontent.com/azur1s/bobbylisp/master/assets/icon.png" width="35"> bobbylisp
|
||||||
another lisp dialect
|
another lisp dialect
|
||||||
> Also available on https://git.ablecorp.us/azur/bobbylisp
|
> Also available on https://git.ablecorp.us/azur/bobbylisp
|
||||||
|
|
||||||
## Installation
|
## <img src="https://raw.githubusercontent.com/azur1s/bobbylisp/master/assets/icon.png" width="25"> Installation
|
||||||
```bash
|
```bash
|
||||||
$ bash <(curl -s https://raw.githubusercontent.com/azur1s/bobbylisp/master/install.sh)
|
$ bash <(curl -s https://raw.githubusercontent.com/azur1s/bobbylisp/master/install.sh)
|
||||||
```
|
```
|
||||||
|
@ -11,7 +11,7 @@ The binary will be installed in `~/bin/blspc` run it with:
|
||||||
$ blspc -h
|
$ blspc -h
|
||||||
```
|
```
|
||||||
|
|
||||||
### Example
|
### <img src="https://raw.githubusercontent.com/azur1s/bobbylisp/master/assets/icon.png" width="15"> Example
|
||||||
If no `-r` or `-c` specified. It will check for file extension instead.
|
If no `-r` or `-c` specified. It will check for file extension instead.
|
||||||
If found `.blsp`, it will compile, if found `.bsm` it will run vm and interpret the bytecode.
|
If found `.blsp`, it will compile, if found `.bsm` it will run vm and interpret the bytecode.
|
||||||
```bash
|
```bash
|
||||||
|
@ -20,7 +20,7 @@ $ blspc ./hello.bsm
|
||||||
Hello, World!
|
Hello, World!
|
||||||
```
|
```
|
||||||
|
|
||||||
## Progress:
|
## <img src="https://raw.githubusercontent.com/azur1s/bobbylisp/master/assets/icon.png" width="25"> Progress:
|
||||||
- [X] Lexer & Parser
|
- [X] Lexer & Parser
|
||||||
- [ ] Syntax checker & Type checker
|
- [ ] Syntax checker & Type checker
|
||||||
- [ ] Interpreter
|
- [ ] Interpreter
|
||||||
|
|
Loading…
Reference in a new issue