UNPKG

create-query-language

Version:

A flexible TypeScript library for parsing and building query languages with support for lexical analysis, AST generation, and token stream processing

11 lines (10 loc) 341 B
export * from './ASTBuilder'; export * from './QueryParser'; export * from './QueryLexer'; export * from './TokenStream'; export type * from './ASTBuilder'; export type * from './QueryParser'; export type * from './QueryLexer'; export type * from './TokenStream'; export * from './common/constants'; export type * from './common/constants';