@ggye/search-parser

0.0.1 • Public • Published

build status

search-parser

Summary

A simple parser which takes patterns as parameter and produce predicates. It is designed as a back-end for a search query.

This is a toy project and I'm not a Typescript nor Javascript developer, so I highly recommand to not use this code for production purpose.

Grammar

Todo: formal grammar

Examples:

Ubuntu && LTS

"Xenial Xerus" || "Bionic Beaver"

Debian || (Ubuntu && LTS)

Linux && !Gentoo

Examples

Todo

Readme

Keywords

none

Package Sidebar

Install

npm i @ggye/search-parser

Weekly Downloads

0

Version

0.0.1

License

none

Unpacked Size

17.2 kB

Total Files

12

Last publish

Collaborators

  • ggye