Finally some proper #pcode activity from my side: I wrote a #Python version of my parser combinator library, check it out if you want an easy way to write simple parsers: https://gitlab.com/wim_v12e/parser-combinators-py
I wrote this originally in #Perl (https://metacpan.org/pod/Parser::Combinators)and for some reason I also wrote a version (https://github.com/wimvanderbauwhede/parser-combinators-ls) in #LiveScript (http://livescript.net/), a super cool language which compiles to JavaScript
#pcode #python #perl #livescript