⭐ gleaming brainfuck
at main 363 B view raw
1name = "gbf" 2version = "1.0.0" 3description = "gleaming brainfuck" 4licences = ["GLWTPL"] 5repository = { type = "github", user = "olexsmir", repo = "gbf" } 6 7[dependencies] 8gleam_stdlib = ">= 0.44.0 and < 2.0.0" 9splitter = ">= 1.1.0 and < 2.0.0" 10argv = ">= 1.0.2 and < 2.0.0" 11simplifile = ">= 2.3.0 and < 3.0.0" 12 13[dev-dependencies] 14gleeunit = ">= 1.0.0 and < 2.0.0"