# OPL Documentation

OPL, the One Piece Language, is a lightweight scripting language with a pirate-flavored frontend, an AST interpreter, a bytecode VM, compiled `.oplb` files, a standard library, and editor tooling.

Start here:

- [Home](index.html)
- [Quickstart](quickstart.md)
- [Language Basics](language-basics.md)
- [Standard Library](standard-library.md)
- [Examples](examples.md)

The official source extension is `.opl`.
