#language #toolchain #programming-language #build #however #executable #telo

yanked telo-lang

Telo programming language and related toolchain

0.0.2 Sep 15, 2023
0.0.1 Sep 15, 2023

#8 in #however

Download history 6/week @ 2024-02-28 6/week @ 2024-03-13 8/week @ 2024-03-27 21/week @ 2024-04-03 84/week @ 2024-04-10

113 downloads per month

MIT license

10KB
141 lines

Telo

Telo is a programming language and toolchain designed for the Rainforest game engine.


lib.rs:

The toolchain for the Telo language.

Telo will be based on a monolithic architecture, where all language tools (compiler, build system, test runner, linter, formatter, documentation generator, LSP, etc) will all be contained in one executable.

This has the advantage of simplicity and reduced disk usage (since there will be no duplicated code/data across multiple executables), however it may be difficult to integrate Telo with other existing tools if need be.

Dependencies

~2–2.9MB
~57K SLoC