teo-language-parser 0.0.1

TEO language parser.
Documentation
  • Coverage
  • 52.94%
    9 out of 17 items documented1 out of 9 items with examples
  • Size
  • Source code size: 84.29 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.82 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • victorteokw

TEO Language Parser

The language parser of TEO 0.4.

Design Concepts

TEO is a brilliant way to develop backend server. The previous version of TEO language parser is not good enough. It is responding slowly. So I decide to update the syntax and rewrite the parser.

Targeted Platforms

We want this parser to be widely supported on common platforms:

  • Rust
  • WASM
  • Node.js
  • Python
  • Swift
  • Kotlin
  • C#

Documentation

To be prepared.