about summary refs log tree commit diff stats
path: root/example/symbol_exec/depgraph.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`Ajax2015-12-071-3/+0
* In interactive use, allow C-like prefixes to choose the base of integersAymeric Vincent2015-10-271-2/+2
* Example: Add an example "rename-args" argument for depgraphAjax2015-04-281-2/+15
* DepGraph: Introduce implicit result management, with constraint solving APIAjax2015-04-281-0/+8
* Depgraph: Add a new example `depgraph` calling DepGraph with optionsAjax2015-04-241-0/+77