mirror of
https://github.com/Alvin-Zilverstand/Tralalero_lang.git
synced 2026-03-06 13:27:07 +01:00
refactor: Rename project to Tralalero_lang
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "trallalelo_lang"
|
name = "Tralalero_lang"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
10
README.md
10
README.md
@@ -1,10 +1,10 @@
|
|||||||
# Trallalelo Lang
|
# Tralalero Lang
|
||||||
|
|
||||||
Benvenuto! Welcome to Trallalelo Lang, the most whimsical and brain-tickling programming language inspired by the finest Italian-flavored brainrot.
|
Benvenuto! Welcome to Tralalero Lang, the most whimsical and brain-tickling programming language inspired by the finest Italian-flavored brainrot.
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
To run a Trallalelo program, you need to have Rust installed. Then, you can use the following command:
|
To run a Tralalero program, you need to have Rust installed. Then, you can use the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo run -- <file_name>.tralla
|
cargo run -- <file_name>.tralla
|
||||||
@@ -12,7 +12,7 @@ cargo run -- <file_name>.tralla
|
|||||||
|
|
||||||
## Syntax
|
## Syntax
|
||||||
|
|
||||||
A Trallalelo program must start with `Tralalero Tralala` and end with `Bombardiro Crocodilo`.
|
A Tralalero program must start with `Tralalero Tralala` and end with `Bombardiro Crocodilo`.
|
||||||
|
|
||||||
## Keywords
|
## Keywords
|
||||||
|
|
||||||
@@ -37,7 +37,7 @@ This command declares a variable and assigns a value to it. The value can be a s
|
|||||||
This command creates a loop that repeats a block of code a specified number of times. The block of code must be enclosed in `{` and `}` on separate lines.
|
This command creates a loop that repeats a block of code a specified number of times. The block of code must be enclosed in `{` and `}` on separate lines.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
```trallalelo
|
```tralalero
|
||||||
Pinguino Arrabiato Fruti 3
|
Pinguino Arrabiato Fruti 3
|
||||||
{
|
{
|
||||||
Matteeeo "Hello"
|
Matteeeo "Hello"
|
||||||
|
|||||||
Reference in New Issue
Block a user