core-pegjs icon indicating copy to clipboard operation
core-pegjs copied to clipboard

A collection of core PEGjs grammars (IETF, ISO, etc.)

Results 10 core-pegjs issues
Sort by recently updated
recently updated
newest added

https://raw.githubusercontent.com/ReichenHack/zotero-better-bibtex/master/resource/translators/BibTeXParser.pegjs

enhancement

https://github.com/for-GET/core-pegjs/commit/77f45661722cd93560daca02d4af774e05d28b63#diff-f46e51c936af3fe21202147d8d457c84R108 should also cover the case of concatenated strings like in https://github.com/for-GET/core-pegjs/commit/a8ec2314bb14006d7aa835c8ebfddf664b3a0a15#diff-f46e51c936af3fe21202147d8d457c84R1343

- [x] no major issue [Smaller issues](https://github.com/for-GET/core-pegjs/issues?milestone=2&page=1&state=open)

question

`uri-host` will match more or less anything from `localhost` to `google.com`, including domains like `lan` to `local` > if the real host is considered to be sensitive information, a sender...

bug