Python implementation
Hi, I saw your announcement about this language on Twitter.
I thought it seemed extremely useful, so I created a Python implementation. It's at https://github.com/jwg4/pyvirgo, and on pypi at https://pypi.org/project/pyvirgo/0.2.0/
If you would mention this package on your README in case it's helpful to anyone that would be great!
The implementation is rudimentary, but can parse the examples given in your README. I will follow this work and update my package if the spec is extended. I consulted your repo to figure out some details which weren't clear from the README, but haven't used any of your code, which I note is GPL3 (mine is MIT). I currently have 8 test files at https://github.com/jwg4/pyvirgo/tree/main/test/files, some of them taken from your project, some of them new but which I believe to be valid based on your docs.
Thanks for this project, let me know if I you have any feedback on mine.
That is incredible! Thanks for sharing.
I updated the readme here https://github.com/r2d4/virgo/commit/75b5ef6f1ae4c6f84badb029cc7aaf2ec785af69
I also relicensed under MIT, as I have no intention to make life more difficult for anyone else planning to use or build on this. https://github.com/r2d4/virgo/commit/472d1e13eb47a61bd666fd79b91360dbd43fb348
I'll leave this issue open for a bit as a place for further discussion and discoverability of your project!