Skip to content
Paul Götze edited this page Sep 22, 2015 · 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

  • [Variable Assignment](Variable Assignment)

Clone this wiki locally