We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318e782 commit 52e5d25Copy full SHA for 52e5d25
README.md
@@ -5,7 +5,17 @@
5
[](https://github.com/Maxcode123/syntactes/actions/workflows/test-package.yml?query=branch%3Amain)
6
---
7
# syntactes
8
-Python parser generator
+A simpler Python parser generator.
9
+The name is derived from Greek _συντάκτης_ (/sin'daktis/) meaning editor/composer.
10
+
11
+## Features
12
+* Parsing table creation
13
+* Token parsing and action execution
14
15
+## Installation
16
+```
17
+> pip install syntactes
18
19
20
## Quick start
21
0 commit comments