antlr4ng
Version:
Alternative JavaScript/TypeScript runtime for ANTLR4
14 lines (12 loc) • 419 B
JavaScript
var __defProp = Object.defineProperty;
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
// src/dfa/PredPrediction.ts
var PredPrediction;
((PredPrediction2) => {
PredPrediction2.toString = /* @__PURE__ */ __name((prediction) => {
return `(${prediction.pred}, ${prediction.alt})`;
}, "toString");
})(PredPrediction || (PredPrediction = {}));
export {
PredPrediction
};