.arrh is a file format I created myself for my heirachy format v2\main.py will convert these to python nested lists of strings.
.arr is a coding language I created inspired by clojure which you can convert to my binary file format with .arr to code.py (not made yet) the python terminal will return a binary structure which can be ran on x86 with my coding language for x86.py (not made yet).
- string
= name "a string"
- multiline string
= name 'a multiline string'
- char
= name /c
- int
= name 5
- float
= name 5.2
- percenta
= name %54
- list
= name [ item other item
- bool
= name +
- key + val
= name : key val