Skip to content
Paul Götze edited this page Nov 8, 2018 · 7 revisions

CodeBreaker...

...is breaking a Ruby code snippet into a sequence of classes and their connecting methods and statements.

It uses Parser under the hood to break statements into its types and statements based on Ruby Abstract Syntax Tree (AST) nodes.

Examples


Clone this wiki locally