Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vanilla-extracts committed Nov 15, 2023
1 parent fe42706 commit d6987e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ To learn about the binary logic built in go to the [logic page](logic.md)

### REPL with only Lexing (verbose mode: on by default)

![](docs/assets/test_lexing.png)
![](assets/test_lexing.png)

### REPL with lexing and basic operation parsing (verbose mode: on by default)

![](docs/assets/test_parsing_basic_operations.png)
![](assets/test_parsing_basic_operations.png)

### REPL and functionning interpreter (verbose mode: off by default)

![](docs/assets/test_interpreter.png)
![](assets/test_interpreter.png)

0 comments on commit d6987e7

Please sign in to comment.