Skip to content

No labels!

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

misc: func
misc: func
Any issues related to FunC
misc: func-bug
misc: func-bug
FunC bugs
misc: static analysis
misc: static analysis
Issues related to static analysis
misc: TL-B
misc: TL-B
https://docs.ton.org/develop/data-formats/tl-b-types
os: macOS
os: macOS
macOS-related things
os: windows
os: windows
Windows-related things
scope: abi
scope: abi
Application Binary Interface (src/generator/createABI.ts)
scope: ast
scope: ast
AST (src/ast/*)
scope: ast-printer
scope: ast-printer
AST printer (src/prettyPrinter.ts)
scope: build scripts
scope: build scripts
Infrastructure scripts (*.build.ts)
scope: ci
scope: ci
Continuous Integration: GitHub Actions (.github), commit/push hooks (.husky)
scope: cli
scope: cli
Tact's command-line interface (bin)
scope: codegen
scope: codegen
Code generation, a.k.a. compiler backend (src/generator)
scope: dev-docs
scope: dev-docs
Internal documentation of the Tact compiler and the repository. (dev-docs/)
scope: errors
scope: errors
Error reporting mechanism (src/error)
scope: eslint
scope: eslint
Linter setup (.eslintrc.cjs)
scope: ide
scope: ide
IDE support: LSP, VSCode plugin, Webstorm plugin
scope: imports
scope: imports
Implementation of imports (src/imports)
scope: interpreter
scope: interpreter
Implementation of interpreter (src/optimizer/interpreter.ts)
scope: library-api
scope: library-api
Tact's TypeScript API for third-party tools (src/index.ts)
scope: parser
scope: parser
Implementation of parser (src/grammar)
scope: partial-eval
scope: partial-eval
The constant and partial evaluation optimization mechanisms (src/optimizer/constEval.ts)
scope: pipeline
scope: pipeline
Stages of Tact compiler: parsing, ..., typechecking, codegen, etc. (src/pipeline)
scope: project
scope: project
Project configuration (package.json, tsconfig.json, knip.json, .gitignore)
scope: stdlib
scope: stdlib
The Tact standard library (src/stdlib)
scope: tact.config.json
scope: tact.config.json
tact.config.json infrastructure (src/config)
scope: tooling
scope: tooling
Language tooling
scope: ts-wrappers
scope: ts-wrappers
Implementation of TypeScript wrappers generation for Sandbox tests (src/bindings)
scope: typechecker
scope: typechecker
Implementation of typechecker (src/types)
scope: vfs
scope: vfs
Virtual file system (src/vfs)