Parser combinator library
Project description
Syncraft
Syncraft is a parser/generator combinator library with full round-trip support:
- Parse source code into AST or dataclasses
- Generate source code from dataclasses
- Bidirectional transformations via lenses
- Convenience combinators:
all,first,last,named - SQLite syntax support included
Installation
pip install syncraft
TODO
- simplify the result of then_left and then_right by bimap the result in syntax.
- simplify the result of sep_by and between by bimap the result in syntax
- Try the parsing, generation, and data processing machinery on SQLite3 syntax. So that I can have direct feedback on the usability of this library and a fully functional SQLite3 library.
- Make the library as fast as possible and feasible.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
syncraft-0.1.27.tar.gz
(27.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
syncraft-0.1.27-py3-none-any.whl
(28.1 kB
view details)
File details
Details for the file syncraft-0.1.27.tar.gz.
File metadata
- Download URL: syncraft-0.1.27.tar.gz
- Upload date:
- Size: 27.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38c1a97a07da6744e2d80b974c468da64df9d4950b046af40702e667994acd77
|
|
| MD5 |
662658651ba900eb5a350bafe3284575
|
|
| BLAKE2b-256 |
94f47365176af0029bf94a22f367abf5ac79d731ca7fa8cd47f2edb70d61f0bb
|
File details
Details for the file syncraft-0.1.27-py3-none-any.whl.
File metadata
- Download URL: syncraft-0.1.27-py3-none-any.whl
- Upload date:
- Size: 28.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1959804698b9dadead91c8c18c2d017eef06dc44c2839f17644cc8ac1c39f12
|
|
| MD5 |
d48c686af8f67bf20697f749511efed5
|
|
| BLAKE2b-256 |
17f74509573a6fa9e35c175dde074f803b9cbf6927b13c4220aae1f044a6daa0
|