budgielang/ts-budgie

Deal with nested commands

Closed this issue · 0 comments

So far, visitors have been doing operations like:

const value = node.left.getText(sourceFile);

Those'll have to be converted to some sort of recursive parser.