Documentation
Complete guide to the Kronos programming language
Kronos Documentation
Welcome to the Kronos programming language documentation! Kronos is a modern programming language with clean, English-like syntax.
Getting Started
Getting Started
Install and run your first Kronos program
Quick Reference
Fast syntax reference and cheat sheet
Editor Setup
Set up your editor with syntax highlighting and LSP
Language Basics
Learn about variables, types, and operators
Language Reference
- Variables - Mutable and immutable variables
- Data Types - Numbers, strings, booleans, and more
- Operators - Arithmetic, comparison, and logical operators
- Control Flow - Conditionals and loops
- Functions - Defining and calling functions
- Strings - String operations and f-strings
- Lists - Ordered collections
- Maps - Key-value collections
- Ranges - Number sequences
- Modules - Importing and using modules
- Exceptions - Error handling
API Reference
- Math Functions - Mathematical operations
- String Functions - String manipulation
- File I/O - Reading and writing files
- Collections - List and map utilities
- Type Conversion - Converting between types
- Regular Expressions - Pattern matching