UNPKG

@fauton/cfg

Version:

A package to work with context free grammars and LL1 parsers

7 lines (6 loc) 269 B
/** * Generates a new variable that is not part of the passed variables array * @param variables A set of variables which shouldn't be generated * @returns Generated variable string */ export declare function generateNewVariable(variables: string[]): string;