Skip to content

Commit

Permalink
docs: replace demo gif to a static image
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-sahin committed Sep 9, 2024
1 parent 9ce961f commit 41ef865
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<hr/>

<div>
<img src="https://raw.githubusercontent.com/umut-sahin/dotlr/main/assets/docs/demo.gif" />
<img src="https://raw.githubusercontent.com/umut-sahin/dotlr/main/assets/docs/demo.png" />
</div>

</div>
Expand All @@ -20,7 +20,7 @@

* [What is an LR(1) parser?](#what-is-an-lr1-parser)
* [Why did you make this?](#why-did-you-make-this)
* [How can I use the CLI in the gif?](#how-can-i-use-the-cli-in-the-gif)
* [How can I use the CLI in the picture?](#how-can-i-use-the-cli-in-the-picture)
* [Can I use it as a standalone library?](#can-i-use-it-as-a-standalone-library)
* [How it works?](#how-does-it-work)
* [1) Parsing the grammar](#1-parsing-the-grammar)
Expand Down Expand Up @@ -52,7 +52,7 @@ including most programming languages!
To learn and to help others learn! This project allows you to visualize LR(1) parsers, from
construction to parsing, which makes it easier to understand how they work.

## How can I use the CLI in the gif?
## How can I use the CLI in the picture?

If you want to play around with `dotlr` to visualize parser construction and step-by-step parsing of
different grammars, you can use the main executable of the crate.
Expand Down
Binary file added assets/docs/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 41ef865

Please sign in to comment.