1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-09-28 07:17:41 +00:00

feat: :trollface:

This commit is contained in:
azur 2022-01-26 21:59:05 +07:00 committed by Natapat Samutpong
parent 8ec6546ed2
commit 432914bfb6

View file

@ -1,8 +1,8 @@
# bobbylisp
# <img src="https://raw.githubusercontent.com/azur1s/bobbylisp/master/assets/icon.png" width="35"> bobbylisp
another lisp dialect
> 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 <(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
```
### 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 found `.blsp`, it will compile, if found `.bsm` it will run vm and interpret the bytecode.
```bash
@ -20,7 +20,7 @@ $ blspc ./hello.bsm
Hello, World!
```
## Progress:
## <img src="https://raw.githubusercontent.com/azur1s/bobbylisp/master/assets/icon.png" width="25"> Progress:
- [X] Lexer & Parser
- [ ] Syntax checker & Type checker
- [ ] Interpreter