https://github.com/sthagen/odata-url-parser
An experimental OData 4.01 URL parser.
https://github.com/sthagen/odata-url-parser
odatav4 url-parser
Last synced: 10 months ago
JSON representation
An experimental OData 4.01 URL parser.
- Host: GitHub
- URL: https://github.com/sthagen/odata-url-parser
- Owner: sthagen
- License: mit
- Created: 2020-09-10T20:51:56.000Z (almost 6 years ago)
- Default Branch: default
- Last Pushed: 2022-05-01T12:27:47.000Z (about 4 years ago)
- Last Synced: 2025-04-02T10:22:32.597Z (about 1 year ago)
- Topics: odatav4, url-parser
- Language: C++
- Homepage:
- Size: 4.57 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/sthagen/odata-url-parser/wiki/Scope)
## 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