tinyscript 0.4.1

Tiny, C-like scripting language.
Documentation
1
2
3
4
5
6
7
8
9
10
# Copyright © 2023 Stephan Kunz
# rustfmt doc: https://rust-lang.github.io/rustfmt/

hard_tabs = true
edition = "2024"
style_edition = "2024"

max_width = 125
chain_width = 50
array_width = 50