bitmark-grammar
Version:
14 lines (13 loc) • 372 B
JavaScript
;
/*!
* Copyright 2016 The ANTLR Project. All rights reserved.
* Licensed under the BSD-3-Clause license. See LICENSE file in the project root for license information.
*/
exports.__esModule = true;
exports.RuleNode = void 0;
var RuleNode = /** @class */ (function () {
function RuleNode() {
}
return RuleNode;
}());
exports.RuleNode = RuleNode;