microsoft / language-server-protocol

Defines a common protocol for language servers.
https://microsoft.github.io/language-server-protocol/
Creative Commons Attribution 4.0 International
10.9k stars 763 forks source link

Define POSIX (POSIX.1-2017) as a standard regular expression variant #1906

Open ddevault opened 4 months ago

ddevault commented 4 months ago

As specified by The Open Group

dbaeumer commented 4 months ago

@ddevault do you know of any implementations of that standard?

ddevault commented 4 months ago

There are heaps -- virtually every libc; glibc, musl libc, etc; pcre, etc, as well as the implementation I am responsible for (and which motivated this request): Hare.

ddevault commented 4 months ago

See also https://en.wikipedia.org/wiki/POSIX#POSIX-oriented_operating_systems