Skip to content

Commit

Permalink
version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stagas committed Jan 18, 2022
1 parent a337337 commit 27d0f64
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
39 changes: 38 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,38 @@
# tinypratt
<h1 align="center">tinypratt</h1>

<p align="center">
a tiny pratt parser implementation
</p>

<p align="center">
<a href="#install"> 🔧 <strong>Install</strong></a>
· <a href="#example"> 🧩 <strong>Example</strong></a>
· <a href="#api"> 📜 <strong>API docs</strong></a>
· <a href="https://github.com/stagas/tinypratt/releases"> 🔥 <strong>Releases</strong></a>
· <a href="#contribute"> 💪🏼 <strong>Contribute</strong></a>
· <a href="https://github.com/stagas/tinypratt/issues"> 🖐️ <strong>Help</strong></a>
</p>

---

## Install

```sh
$ npm i tinypratt
```

## API

wip

## Contribute

[Fork](https://github.com/stagas/tinypratt/fork) or
[edit](https://github.dev/stagas/tinypratt) and submit a PR.

All contributions are welcome!

## License

MIT &copy; 2022
[stagas](https://github.com/stagas)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "stagas",
"short": "stagas/tinypratt",
"description": "a tiny pratt parser implementation",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 27d0f64

Please sign in to comment.