yini-parser
Version:
Readable configuration without YAML foot-guns or JSON noise. The official Node.js parser for YINI config format — An INI-inspired configuration format with clear nesting, explicit types, and predictable parsing.
15 lines • 546 B
JavaScript
;
// Generated from ./grammar/v1.0.0-rc.3/YiniParser.g4 by ANTLR 4.13.2
Object.defineProperty(exports, "__esModule", { value: true });
const antlr4_1 = require("antlr4");
/**
* This interface defines a complete generic visitor for a parse tree produced
* by `YiniParser`.
*
* @param <Result> The return type of the visit operation. Use `void` for
* operations with no return type.
*/
class YiniParserVisitor extends antlr4_1.ParseTreeVisitor {
}
exports.default = YiniParserVisitor;
//# sourceMappingURL=YiniParserVisitor.js.map