UNPKG

@foxglove/omgidl-parser

Version:

Parse OMG IDL to flattened definitions for serialization

6 lines (3 loc) 133 B
import { Grammar } from "nearley"; import nearleyIDL from "./idl.ne"; export const IDL_GRAMMAR = Grammar.fromCompiled(nearleyIDL);