Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.