mollify-parse 0.1.2

Python parsing for Mollify, built on Astral's ruff_python_parser/ruff_python_ast behind parser-agnostic types (see ADR-0001).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "mollify-parse"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
description = "Python parsing for Mollify, built on Astral's ruff_python_parser/ruff_python_ast behind parser-agnostic types (see ADR-0001)."

[dependencies]
ruff_python_parser.workspace = true
ruff_python_ast.workspace = true
ruff_source_file.workspace = true
ruff_text_size.workspace = true
camino.workspace = true
thiserror.workspace = true