Skip to content

Commit

Permalink
move assets in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vanilla-extracts committed Nov 12, 2023
1 parent dd988b3 commit bf6a7f6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ cargo install mini-calc

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

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

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

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

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

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

## Configuration
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ cargo install mini-calc

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

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

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

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

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

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

## Configuration

0 comments on commit bf6a7f6

Please sign in to comment.