Skip to content

No labels!

There aren’t any labels for this repository quite yet.

internal-documentation
internal-documentation
Internal documentation of the Tact compiler and the repository. Not to be confused with docs/
invalid
invalid
This doesn't seem right
language design
language design
language feature
language feature
meta
meta
needs use case
needs use case
npm-package
npm-package
optimizations
optimizations
os: macOS
os: macOS
macOS-related things
os: windows
os: windows
Windows-related things
policy
policy
question
question
Further information is requested
release
release
Tact release management
rfc
rfc
Request for comments from community
scope: asm
scope: asm
Tact-embedded assembly functions
scope: builtins
scope: builtins
scope: codegen
scope: codegen
Code generation, a.k.a. compiler backend
scope: const-eval
scope: const-eval
The constant and partial evaluation optimization mechanisms
scope: formatter
scope: formatter
scope: imports
scope: imports
The mechanism to re-use existing source code
scope: interpreter
scope: interpreter
Related to the interpreter and its semantics
scope: maps
scope: maps
The map datatype and operations on it
scope: optionals
scope: optionals
scope: parser
scope: parser
scope: partial-eval
scope: partial-eval
Related to the partial evaluator and its simplification rules.
scope: pretty-printer
scope: pretty-printer
scope: strings
scope: strings
String datatype and operations on it
scope: structs
scope: structs
scope: traits
scope: traits