What problem does it solve?
This guide provides comprehensive documentation for the Amber programming language, enabling developers to understand its compiler, standard library, syntax, and tooling for effective contribution and usage.
Core Features & Use Cases
- Compiler Internals: Detailed explanation of the Amber compiler's architecture, pipeline, and key concepts.
- Standard Library Reference: Comprehensive documentation for all standard library modules and functions.
- Language Syntax Guide: Clear explanations of data types, variables, functions, control flow, and commands.
- Testing & Tooling: Information on how to run tests and utilize the Amber CLI for building, running, and checking code.
- Use Case: A new contributor can use this guide to quickly understand how to add a new feature to the Amber compiler or implement a new function in the standard library.
Quick Start
To compile an Amber script named 'my_script.ab' into a Bash script, run the command 'amber build my_script.ab -o my_script.sh'.