teolang

Crates.ioteolang
lib.rsteolang
version0.3.4
sourcesrc
created_at2023-06-26 23:01:43.726506
updated_at2023-07-18 03:22:58.160326
descriptionA programming language design to be easy to learn for kids
homepage
repositoryhttps://github.com/bencinn/teo
max_upload_size
id900781
size116,219
hansnnn (bencinn)

documentation

README

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
Commit count: 146

cargo fmt