Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of jfseb/mgnlq_parser1

Account's avatar
Chevrotain/chevrotain
Chevrotain is a high performance fault tolerant javascript parsing DSL for building recursive decent parsers
Account's avatar
jfseb/debugf
debug with lazy function argument evaluation
Account's avatar
jfseb/mgnlq_model
model access via mongoose, model loading
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for debug
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for lodash
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
jfseb/abot_utils
utilities distance
Account's avatar
jest-community/eslint-plugin-jest
ESLint rules for Jest
Account's avatar
aarontrank/gulp-jest
Gulp plugin for running your Jest tests
Account's avatar
deshaw/gulp-jsdoc3
gulp integration for jsdoc3 cli
Account's avatar
MrBoolean/gulp-run
Pipe to shell commands in gulp
Account's avatar
gulp-sourcemaps/gulp-sourcemaps
Sourcemap support for gulpjs.
Account's avatar
ivogabe/gulp-typescript
A typescript compiler for gulp with incremental compilation support.
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
jfseb/mgnlq_testmodel2
testmodel and testmodel2 access, testmodel2 model data
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

jfseb's profile
jfseb
56 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
jfseb

jfseb/mgnlq_parser1

Parser for queries List all CAT CAT where CAT FACT = XX in DOM

JavaScript
0
0
MIT License

mgnlq_parser1 is a Node‑JS library that translates natural‑language‑style queries such as “List all CAT where FACT = XX in DOM” into structured MongoDB queries. It works by categorizing words (categories, facts, operators, etc.) into an AST and then converting that AST to a Mongo query, targeting developers building conversational or NL‑to‑Mongo interfaces.