1.2. Glossary
This specification uses the following term definitions throughout it's contents.
- Assembly - Output of program compilation.
- Entry Point - Function where program execution begins.
- Application/Executable - Executable assembly with an entry point.
- Source Code - Human-readable program written in TweetyLang.
- Compiler - Application that translates source code into an assembly.