overview.md

July 18, 2024 ยท View on GitHub

The Bosque language documentation is split into multiple sections as follows:

  1. Expressions -- contains the core language expressions and their semantics.
  2. Statements -- contains the core language statements and their semantics.
  3. Types -- contains the core language types and their semantics.
  4. Structures -- contains the core language declarations/structures and their semantics.

The standard libraries are documented in the libraries section.

  1. Core -- contains the core language standard library.
  2. List -- contains the list standard library.

Tooling such as compilers and checkers are documented in the tools section.