Skip to content
Sebastian Böthin edited this page Nov 3, 2013 · 2 revisions

codeNodes

The idea behind the codeNodes project is to provide a generic framework for processing any type of source code.

// result: (node)+ // node: complex-node | string // complex-node: { scope, match, class, result }

Clone this wiki locally