Modules§
Functions§
- compile
- Compile TSX → JVM bytecode (.class files) to a directory.
- compile_
to_ bytes - Compile TSX → raw .class file bytes (in-memory).
- compile_
to_ jar - Compile TSX → single Executable JAR archive.
- type_
check_ to_ errors - Run type checker on TSX and return any errors found.