Antlr parser for SCIM filter as defined in RFC 7644.
$ dotnet add package ScimPatch.AntlrThis project is originally derived from the Owin.Scim.Antlr project.
This uses Antlr for parsing the filter in the scim v2 operation paths. The original project targeted .NET >= 4.5.1, and this project targets .NET Standard 2.1.
The original project is licensed under the MIT License. See the original project's LICENSE file for more details.