/TheTLanguage

Super Simple Transplied language

Primary LanguagePythonMIT LicenseMIT

Simple short transplied language.

Syntax closly resembles python


Example:
# Notice no colon  v
for i in range(100)
    print(i)