gsbl

Crates.iogsbl
lib.rsgsbl
version1.0.0
created_at2025-01-09 19:56:27.597196+00
updated_at2025-01-09 19:56:27.597196+00
descriptionThis is brainrot
homepage
repositoryhttps://gitlab.com/gedon76/gsbl
max_upload_size
id1510455
size18,947
Gedon76 (gedon76)

documentation

README

Gedon's Stupid Brainrot Language (Gyatt Sigma Bussin L)

It's so stupid i'll just give you code that gets a string

use gsbl::GsblTable;

let file = GsblTable::parse_file("file_path.ext").unwrap();
let string = file.get_string("variable_name").unwrap();
println!("{}", string);

file_path.ext

{
    variable_name = "variable_value"; // the semicolon is optional
}

basically this is JSON but worse

ok bye

Commit count: 2

cargo fmt