teolang 0.3.4

A programming language design to be easy to learn for kids
Documentation

Teo

Teo is a programming language that was designed for kids.

Features

  • Abstract Syntax Tree
  • Data conversion
  • String
  • Easy-to-modify structure
  • Type error detection on runtime
  • Performance/Quality-Of-Life
    • Type detection on parsing
    • Error detection before running
    • Getting faster as a whole
    • Better error message
  • If statement
  • Else statement