mirror of
https://github.com/Alvin-Zilverstand/Tralalero_lang.git
synced 2026-03-06 11:17:06 +01:00
36 lines
974 B
Markdown
36 lines
974 B
Markdown
# Trallalelo Lang
|
|
|
|
Benvenuto! Welcome to Trallalelo Lang, the most whimsical and brain-tickling programming language inspired by the finest Italian-flavored brainrot.
|
|
|
|
## Getting Started
|
|
|
|
To run a Trallalelo program, you need to have Rust installed. Then, you can use the following command:
|
|
|
|
```bash
|
|
cargo run -- <file_name>.tralla
|
|
```
|
|
|
|
## Syntax
|
|
|
|
A Trallalelo program must start with `Tralalero Tralala` and end with `Bombardiro Crocodilo`.
|
|
|
|
## Keywords
|
|
|
|
### `Tralalero Tralala`
|
|
|
|
This is the entry point of the program. It must be the first line of your code.
|
|
|
|
### `Bombardiro Crocodilo`
|
|
|
|
This is the exit point of the program. It must be the last line of your code.
|
|
|
|
### `Matteeeo <value>`
|
|
|
|
This command prints a value to the console. The value can be a string literal (enclosed in double quotes) or a variable.
|
|
|
|
### `Biscottini <variable_name> <value>`
|
|
|
|
This command declares a variable and assigns a value to it. The value can be a string literal or a number.
|
|
|
|
## Ciao!
|