added decompilation and decompile with portffix in json

This commit is contained in:
2026-05-16 12:06:21 -05:00
parent 9fb33f5999
commit b31ba536e4
7 changed files with 140 additions and 24 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "foreignthon-ta"
version = "0.1.1"
version = "0.2.0"
description = "Tamil language pack for ForeignThon."
license = { text = "GPL v3" }
requires-python = ">=3.9"
@@ -12,7 +12,7 @@ authors = [
{ name = "Keshav Anand", email = "keshavanand.dev@gmail.com" }
]
keywords = ["foreignthon", "tamil", "தமிழ்"]
dependencies = ["foreignthon>=0.1.0"]
dependencies = ["foreignthon>=0.4.0"]
[project.entry-points."foreignthon.langs"]
ta = "foreignthon_ta"

View File

@@ -126,5 +126,17 @@
"தொகுப்புகள்": "collections",
"பாதை": "pathlib",
"வழக்கமொழி": "re"
}
}
},
"postfix_keywords": [
"if",
"elif",
"while",
"def",
"class",
"for",
"with",
"try",
"except",
"finally"
]
}