-
Notifications
You must be signed in to change notification settings - Fork 122
No labels!
There aren’t any labels for this repository quite yet.
62 labels
scope: dev-docs
scope: dev-docs
Internal documentation of the Tact compiler and the repository. (dev-docs/)
scope: interpreter
scope: interpreter
Implementation of interpreter (src/optimizer/interpreter.ts)
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: ts-wrappers
scope: ts-wrappers
Implementation of TypeScript wrappers generation for Sandbox tests (src/bindings)