Assert Programming Language
Introduction
1.
Getting Started
1.1.
Installation
1.2.
Hello, World!
2.
Common Programming Concepts
2.1.
Assert
2.2.
Data Types
2.3.
Functions
2.4.
Control Flow
2.5.
Scoping Rules
3.
Examples
3.1.
Factorial
3.2.
Quadratic Equation
4.
Appendix
4.1.
A - Keywords
4.2.
B - Grammar
4.3.
C - Abstract Syntax Tree
4.4.
D - Performance
4.5.
E - Supported Architectures
4.6.
F - Standard Library
Light
Rust
Coal
Navy
Ayu
Assert Book
Getting Started
In this chapter, we’ll discuss:
Installing Assert compilers on Linux
Writing
Hello, world!
example
Compiled binary linkage with
ld