Skip to content

Commit 52e5d25

Browse files
authored
Updates README.md
1 parent 318e782 commit 52e5d25

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@
55
[![Actions status](https://github.com/Maxcode123/syntactes/actions/workflows/test-package.yml/badge.svg?branch=main)](https://github.com/Maxcode123/syntactes/actions/workflows/test-package.yml?query=branch%3Amain)
66
---
77
# syntactes
8-
Python parser generator
8+
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+
```
919

1020
## Quick start
1121

0 commit comments

Comments
 (0)