> ## Documentation Index
> Fetch the complete documentation index at: https://tspmo.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# tspmo Documentation

> A brainrot-inspired language working its way to usability.

## Setting up

Download the .zip or .vsix from the most recent release on Github, it contains the interpreter, stdlib, syntax highlighting, intellisense, and docstrings.

<Card title="View Releases" icon="download" horizontal="false" href="https://github.com/QuinnSavitt/tspmo/releases">
  Select "latest" for best support.
</Card>

## Documentation

<Columns cols={2}>
  <Card title="Langauge Basics" icon="map" href="/basics" />

  <Card title="Types" icon="typewriter" href="/types" />

  <Card title="Primary Operators" icon="box-open" href="primaryOperators" />

  <Card title="Arithmetic Operators" icon="circle-plus" href="/arithmeticOperators" />

  <Card title="List Operators" icon="list" href="/listOperators" />

  <Card title="Additional Operators" icon="address-card" href="/additionalOperators" />

  <Card title="Control Flow" icon="arrow-down-short-wide" href="/controlFlow" />

  <Card title="Modules" icon="gamepad-modern" href="/modules" />
</Columns>

## Standard Library Documentation

<Columns cols={2}>
  <Card title="list.pmo" icon="list-tree" href="/stdlib/list" />

  <Card title="math.pmo" icon="exclamation" href="/stdlib/math" />

  <Card title="collections.pmo" icon="album-collection" href="/stdlib/collections" />
</Columns>
