O Language/Getting Started/Project Files

From OnixOS
Revision as of 07:30, 25 August 2026 by Tedaryum (talk | contribs) (Protected "O Language/Getting Started/Project Files" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Project Files

O Language projects use a small number of file types:

Extension Use
.ola Application source or an entry-point file.
.olm Loadable O Language module.
.olp Package metadata and dependency definitions.
.ops Process configuration.
.obc Compiled bytecode output.

Web projects also use conventional directories such as controllers/, models/, connections/, config/, and lib/. See O Language Web Framework for their roles.