As the title says - the grammar can be accompanied by code in different languages to parse pURL, and can serve as a machine readable formal spec for what is allowed to be a pURL. I'd be happy to work on this.
https://github.com/antlr/antlr4 antlr "supports 10 target languages (Cpp, CSharp, Dart, Java, JavaScript, PHP, Python3, Swift, TypeScript, Go)", so writing a grammar in antlr would benefit anyone trying to write a parser in any of the above
As the title says - the grammar can be accompanied by code in different languages to parse pURL, and can serve as a machine readable formal spec for what is allowed to be a pURL. I'd be happy to work on this.
https://github.com/antlr/antlr4 antlr "supports 10 target languages (Cpp, CSharp, Dart, Java, JavaScript, PHP, Python3, Swift, TypeScript, Go)", so writing a grammar in antlr would benefit anyone trying to write a parser in any of the above