dynamicsyntax
dynamicsyntax is the python implementation of DyLan the Dynamic Syntax parser. It has been (vibe) translated from Java to Python by @incrementaliser, and is still under development.
Installation
You need uv and a Python that satisfies >=3.11.
- Create a virtual environment with a fixed Python version (run this in the directory where you want
.venv, e.g. the repo root for a clone):
uv venv --python 3.11 # or 3.12 or 3.13
- Activate it. On Linux or macOS:
source .venv/bin/activate
On Windows, use .venv\Scripts\activate (cmd) or .\.venv\Scripts\Activate.ps1 (PowerShell).
3. Install into that environment, using the published package from PyPI:
uv pip install dynamicsyntax
Examples
For some code examples of how to use the parser in action, check out this notebook: Open In Colab
Quickstart
import dynamicsyntax as ds
p = ds.parse("a man knows you", "ttr")
print(p.semantics) # TTR semantics based on the default grammar/lexicon
print(p.vis()) # Visualise the parse tree
Get Involved
Contributions (issues, PRs, donations (spent on coffee/LLM credits!)) are very welcome! Please see CONTRIBUTING.md for more details.
Note Since this project has been translated using Cursor and tested only on Windows, there is a small chance errors exist. I would be grateful if you could report them to me through the above channels. Although, it is important to mention that some of the most critical methods here have been verified via unit tests, so there is a high chance the migration from Java has been correct so far.
Release files for dynamicsyntax 0.2.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dynamicsyntax-0.2.6.tar.gz | 507.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dynamicsyntax-0.2.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 888.4 kB
Release files / dynamicsyntax-0.2.6.tar.gz
| Download URL | dynamicsyntax-0.2.6.tar.gz |
|---|---|
| Size | 507.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
27c453fbe6451d436a34cd5f658c6c5e1c882fbbbb5ada654d47b2c329c9d17d
|
|
BLAKE2b-256 checksum How to use checksums |
22d7cea7c418c662b46391c13fafcd2bb100f29f69087ae445155e563e9ef1ff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency logRelease files / dynamicsyntax-0.2.6-py3-none-any.whl
| Download URL | dynamicsyntax-0.2.6-py3-none-any.whl |
|---|---|
| Size | 380.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5ede2c3965751a6d37e20ef4fa0769b5b2553f21f9046e3cbd894e90d392a488
|
|
BLAKE2b-256 checksum How to use checksums |
fd98754b5a3b78addb1b4cf970ed63f822f2d88a19d14c7af347738c0a244b69
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 13, 2026.
Transparency log