From 432914bfb6c264a86b3f49b1fbff46b5d46b156f Mon Sep 17 00:00:00 2001 From: azur <73991665+azur1s@users.noreply.github.com> Date: Wed, 26 Jan 2022 21:59:05 +0700 Subject: [PATCH] feat: :trollface: --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e4e9c37..6ec9d26 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# bobbylisp +# bobbylisp another lisp dialect > Also available on https://git.ablecorp.us/azur/bobbylisp -## Installation +## 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 +### 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: +## Progress: - [X] Lexer & Parser - [ ] Syntax checker & Type checker - [ ] Interpreter