UNPKG

@fauton/cfg

Version:

A package to work with context free grammars and LL1 parsers

3 lines (2 loc) 184 B
export declare function setDifference(setA: Set<string>, setB: Set<string>): Set<string>; export declare function setCrossProduct(setA: Set<string>, setB: Set<string>): Set<string>;