This document briefly describes syntax, semantics, and design concepts of Pangaea language.
- Introduction
- Hello, world!
- Objects
- Object system
- Calls
- Operators
- Variables
- Control flows
- Errors
- Input and output
- Expressions and statements
- Metaprogramming
ℹ️ For convinience, this document writes methods to be used by descendants as obj#method
, but Pangaea is prototype-based and does not have classes.