sthagen / odata-url-parser

An experimental OData 4.01 URL parser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

odata-url-parser

An experimental OData 4.01 URL parser.

đź”” This repository exposes a poly language structure and thus the name is now odata-url-parser

Scope

For initial scope definition cf. Scope wiki page

What is ready?

Nothing useful yet.

Source "Language"

ABNF and Antlr4.

Target languages

C++, Dart, Go, Java, Javascript, Python, and Typescript.

Input modes

File source, stdin, and inline mode.

Output modes

All in memory and streaming mode.

Note: The default branch has the name default

About

An experimental OData 4.01 URL parser.

License:MIT License


Languages

Language:C++ 56.4%Language:ANTLR 29.8%Language:Java 8.0%Language:Python 3.6%Language:Go 1.1%Language:JavaScript 1.0%Language:Dart 0.1%Language:CMake 0.0%