EmmaTheMartian packages
A tiny and simple config library made because JSON was overkill for my recent use cases.
an artistic programming language made to be embedded into projects and to build domain-specific-languages
Personal tools for generating websites using V.
# Von - Veasally Object Notation Von is yet another <language>-y object notation language, but this time for Vlang. Von's is also *fast*: ``` $ sh benchmark.sh Benchmark: 100000 runs on dataset.von Total Runtime: 34:08.589 Average Runtime: 20.485ms $ du dataset.von -h 168K dataset.von ``` This benchmark ran over the course of 34 minutes parsing a 11K LOC Von 100k times. The file contained "bells and whistles" in the syntax (commas, map type declarations, etc) to make it a little more tough on the parser. This was compiled **without optimizations**. To run the benchmark for yourself, clone the repo and `cd benchmark`, then run `benchmark.sh`. It will take a *while* by default. If you want to speed it up, you can reduce the amount of test iterations in `benchmark.vsh` or make the