Mercurial > repos > tabletprog
view modules/vec.tp @ 329:eef8a5cea812
Use a smarter algorithm for calculating module init order and break some circular module dependencies in the standard library
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sat, 28 Mar 2015 13:26:03 -0700 |
parents | 860075fdc2d3 |
children |
line wrap: on
line source
#{ x:y <- :_x :_y { #{ x <- _x y <- _y } } x:y:z <- :_x :_y :_z { #{ x <- _x y <- _y z <- _z } } x:y:z:w <- :_x :_y :_z :_w { #{ x <- _x y <- _y z <- _z w <- _w } } }