Add transpiler with keywords and tests

This commit is contained in:
2026-05-01 23:32:25 -05:00
parent 23af363dfb
commit a8e51967ed
8 changed files with 69 additions and 6 deletions

View File

@@ -1 +1,12 @@
[project]
name = "tampy"
version = "0.1.0"
description = "Tamil Python transpiler"
requires-python = ">=3.8"
[project.scripts]
tampy = "tampy.cli:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"