Add transpiler logic and test file

This commit is contained in:
2026-05-01 23:26:25 -05:00
parent 49afc6c515
commit bf56ff223d
3 changed files with 5 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
{
"காட்டு": "print"
}

1
tests/test.tampy Normal file
View File

@@ -0,0 +1 @@
காட்டு "வணக்கம் உலகமே"

7
uv.lock generated
View File

@@ -1,8 +1,3 @@
version = 1 version = 1
revision = 3 revision = 3
requires-python = ">=3.8" requires-python = ">=3.14"
[[package]]
name = "tampy"
version = "0.1.0"
source = { editable = "." }