tree-sitter-forge-card-script 0.1.1

Tree-sitter grammar for the Forge card-script DSL used by Magic: The Gathering rules engines
Documentation
1
2
3
4
5
6
7
const root = require("path").join(__dirname, "..", "..");

module.exports = require("node-gyp-build")(root);

try {
  module.exports.nodeTypeInfo = require("../../src/node-types.json");
} catch (_) {}