Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 708 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 708 Bytes

LTHC (Programming Language)

What is LTHC (Programming Language)

LTHC is a programming language inspired by basic and interpreted with an interpreter written in Python

A Lite overview of LTHC (Programming Language)

LTHC Script file are .lthc file

This programming language has 5 types: Number, String, List, Function and BuiltInFunction

LTHC support basic mathematical operator: + (addition), - (substraction, arithmetical negation), * (multiplication), / (division), // (the quotient of an euclidean division), % (modulo), ^ (power operator)

For more details see the tutorial

Tutorial

tutorial