Elrec.Diff (ELREC v0.1.0)

View Source

This module provides functions to display the difference between before and after conversion.

Summary

Functions

Receives the original AST and the converted AST, converts them to code, and displays the differences. The display method can be changed using options.

Functions

show_diff_asts(original_ast, converted_ast, diff?)

Receives the original AST and the converted AST, converts them to code, and displays the differences. The display method can be changed using options.