@foxglove/omgidl-parser
Version:
Parse OMG IDL to flattened definitions for serialization
6 lines • 299 B
TypeScript
import { AnyASTNode } from "./astTypes";
/** Uses the IDL grammar to initialize and use a Nearley parser to read the string argument
* @returns - array of parsed IDL definitions
*/
export declare function parseIDLToAST(definition: string): AnyASTNode[];
//# sourceMappingURL=parseIDLToAST.d.ts.map