Skip to content

Commit

Permalink
fix(README): update README
Browse files Browse the repository at this point in the history
  • Loading branch information
norskeld committed May 14, 2022
1 parent 7c0e216 commit 3e0a3f2
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
![Tree Shaking](https://img.shields.io/static/v1?label=tree+shaking&message=supported&style=flat-square&colorA=22272d&colorB=22272d)
[![Semantic Release](https://img.shields.io/static/v1?label=semantic&message=release&style=flat-square&colorA=22272d&colorB=22272d)](https://github.com/semantic-release/semantic-release)

TypeScript [parser combinator] library for building fast and convenient parsers.
TypeScript [parser combinator][parser-combinator] library for building fast and convenient parsers.

## Features

Expand Down Expand Up @@ -108,11 +108,8 @@ And in the end we get the following output with the AST, which can then be manip

```ts
{
kind: 'success',
state: {
input: '(1, 2, (3, 4))',
index: 14
},
isOk: true,
pos: 14,
value: {
type: 'list',
value: [
Expand All @@ -137,7 +134,7 @@ And in the end we get the following output with the AST, which can then be manip

<!-- Links. -->

[parser combinator]: https://en.wikipedia.org/wiki/Parser_combinator
[parser-combinator]: https://en.wikipedia.org/wiki/Parser_combinator
[cfg]: https://en.wikipedia.org/wiki/Context-free_grammar
[docs]: https://sigma.vm.codes
[docs-source]: ./docs
Expand Down

1 comment on commit 3e0a3f2

@vercel
Copy link

@vercel vercel bot commented on 3e0a3f2 May 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.