SPRDPL (pronounced "spur-DIPple") is a very simple framework for creating lexers and recursive descent parsers. It aims for brevity and readability, providing a reasonably-featured parser and lexer in ...
In order to plot a recursion tree for an execution of above function (say fib(5)), we put @plot_recursion_tree decorator over it.