From 3a8e13d9d19e7515c239899238db0092edd5b465 Mon Sep 17 00:00:00 2001
From: George Lemon
Date: Sat, 27 May 2023 05:49:21 +0300
Subject: [PATCH 1/3] Update README.md
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 4e4733d..c4b32a0 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,12 @@
Generic tokenizer written in Nim language, powered by Nim's Macros 👑
+
+ API reference
+
+
+
+
## 😍 Key Features
- [x] Support `char`, `string`, `int` based tokens
- [x] Powered by Nim's Macros ✨
From a4dc30f7f7bde7e9eaa4ee06e2d2a912921873c4 Mon Sep 17 00:00:00 2001
From: George Lemon
Date: Sat, 27 May 2023 05:51:08 +0300
Subject: [PATCH 2/3] Update README.md
---
README.md | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index c4b32a0..ac694a5 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,14 @@
![](https://raw.githubusercontent.com/openpeep/toktok/main/.github/logo.png)
- Generic tokenizer written in Nim language, powered by Nim's Macros 👑
+ Generic tokenizer written in Nim language, powered by Nim's Macros 👑
- API reference
+ nimble install toktok
+
+
+
+ API reference
@@ -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
From 779100d87db741ce4e5b6b2d9b822b4d98a5801e Mon Sep 17 00:00:00 2001
From: George Lemon
Date: Sat, 27 May 2023 05:52:47 +0300
Subject: [PATCH 3/3] Update README.md
---
README.md | 26 ++++++++------------------
1 file changed, 8 insertions(+), 18 deletions(-)
diff --git a/README.md b/README.md
index ac694a5..e2094ed 100644
--- a/README.md
+++ b/README.md
@@ -90,24 +90,14 @@ when isMainModule:
-## Roadmap
-
-#### 0.1.0
-- [ ] Add tests
-
-### 0.2.0
-_todo_
-
-### ❤ Contributions
-If you like this project you can contribute to Toktok by opening new issues, fixing bugs, contribute with code, ideas and you can even [donate via PayPal address](https://www.paypal.com/donate/?hosted_button_id=RJK3ZTDWPL55C) 🥰
-
-### 👑 Discover Nim language
-What's Nim? Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. [Find out more about Nim language](https://nim-lang.org/)
+
-Why Nim? Performance, fast compilation and C-like freedom. We want to keep code clean, readable, concise, and close to our intention. Also a very good language to learn in 2022.
+### ❤ Contributions & Support
+- 🐛 Found a bug? [Create a new Issue](https://github.com/openpeeps/toktok/issues)
+- 👋 Wanna help? [Fork it!](https://github.com/openpeeps/toktok/fork)
+- 😎 [Get €20 in cloud credits from Hetzner](https://hetzner.cloud/?ref=Hm0mYGM9NxZ4)
+- 🥰 [Donate to The Enthusiast via PayPal address](https://www.paypal.com/donate/?hosted_button_id=RJK3ZTDWPL55C)
### 🎩 License
-Toktok is an Open Source Software released under `MIT` license. [Made by Humans from OpenPeep](https://github.com/openpeep).
-Copyright © 2022 OpenPeep & Contributors — All rights reserved.
-
-
+`toktok` | `MIT` license. [Made by Humans from OpenPeeps](https://github.com/openpeeps).
+Copyright © 2023 OpenPeeps & Contributors — All rights reserved.