Skip to content

Commit

Permalink
Add demo link to README
Browse files Browse the repository at this point in the history
  • Loading branch information
imcatta authored Jan 23, 2020
1 parent b728ae6 commit 2b5695d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

LL(1) Validator is a javascript package that checks if a given a [context-free grammar](https://en.wikipedia.org/wiki/Context-free_grammar) is a [LL(1) grammar](https://en.wikipedia.org/wiki/LL_grammar).

## Demo
[https://ll1-validator.netlify.com/](https://ll1-validator.netlify.com/)

## User manual
The user manual can be found [here](https://drive.google.com/open?id=1lqKTJiMnvf4HXYfh-OO2cxB2bZgDE8sB).

## Install
Expand Down

0 comments on commit 2b5695d

Please sign in to comment.