prosody/teal-src
2023-03-28 11:42:09 +02:00
..
prosody util.jsonschema: Reorder type definition by specification, section 2023-03-26 16:07:34 +02:00
module.d.tl teal-src: Add keyval+ store type 2023-03-28 10:22:55 +01:00
README.md teal-src/README: Tweak markdown syntax 2023-03-28 11:42:09 +02:00

Teal definitions and sources

This directory contains files written in the Teal language, a typed dialect of Lua. There are two kinds of files, .tl Teal source code and .d.tl type definitions files for modules written in Lua. The later allows writing type-aware Teal using regular Lua or C code.

Setup

The Teal compiler can be installed from LuaRocks using:

luarocks install tl

Checking types

tl check teal-src/prosody/util/example.tl

Some editors and IDEs also have support, see text editor support

Files of note

module.d.tl
Describes the module environment.