Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Commit

Permalink
📝 Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed Nov 16, 2020
1 parent b07f4e6 commit dae43cc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<img src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square" alt="Gitmoji">
</a>
</p>

A terminal version of the [online IDE][1].

## Background
Expand All @@ -29,9 +30,20 @@ and it's not offline. So I decided to bring those features right into my termina
Install it via pip:

```bash
python3 -m pip install lark-shell
$ python3 -m pip install lark-shell
🍰✨
```
and invoke the command
```bash
$ lark-shell
```
and start hacking away!

## Credits

Credits to [**@erezsh**][2] for his wonderful [Lark][3] parsing library.


[1]: https://lark-parser.github.io/lark/ide/app.html
[2]: https://github.com/erezsh
[3]: https://github.com/lark-parser/lark

0 comments on commit dae43cc

Please sign in to comment.