cl-compiler / pyproject.toml
GitHub Actions
Sync from GitHub: fe8c57c
e3486fe
Raw
History Blame Contribute Delete
349 Bytes
[project]
name = "cl-compiler"
version = "0.1.0"
description = "Mini compiler for the CL language — lexer, parser, semantic analyzer."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"gradio>=5.0",
]
[dependency-groups]
dev = [
"pytest>=7.0",
]
[tool.uv]
package = false
[tool.pytest.ini_options]
testpaths = ["tests"]