Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
georgelemon authored May 27, 2023
1 parent 3a8e13d commit a4dc30f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<p align="center">
<img src="https://raw.githubusercontent.com/openpeep/toktok/main/.github/logo.png" width="140px"><br>
Generic tokenizer written in Nim language, powered by Nim's Macros 👑
Generic tokenizer written in Nim language, powered by Nim's Macros 👑
</p>

<p align="center">
<a href="https://openpeeps.github.io/toktok">API reference</a> <br>
<code>nimble install toktok</code>
</p>

<p align="center">
<a href="https://openpeeps.github.io/toktok">API reference</a> <br><br>
<img src="https://github.com/openpeeps/toktok/workflows/test/badge.svg" alt="Github Actions"> <img src="https://github.com/openpeeps/toktok/workflows/docs/badge.svg" alt="Github Actions">
</p>

Expand All @@ -22,11 +26,6 @@
Toktok is a generic Lexer, based on standard Nim libraries `streams`, `lexbase` and `macros`.
It is meant to be used by higher level parsers for writing any kind of tools or programs.

## Installing
```bash
nimble install toktok
```

## Debug
Compile with `-d:toktokdebug` to print your tokens

Expand Down

0 comments on commit a4dc30f

Please sign in to comment.