Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rvantonder/q
https://github.com/rvantonder/q
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rvantonder/q
- Owner: rvantonder
- Created: 2020-01-21T07:41:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T22:36:08.000Z (almost 5 years ago)
- Last Synced: 2024-12-09T05:36:35.518Z (27 days ago)
- Language: OCaml
- Size: 275 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## Example
[`NOT repo:foo AND (file:bar (baz OR qux))`](https://rvantonder.github.io/q/#NOT%20repo:foo%20AND%20(file:bar%20(baz%20OR%20qux)))
## Very long query?
```
echo 'const p = require("./parser.min.js"); console.log(p.parse("very long query"))' | node --stack-size=9999
```