factor: step 4: refactor to use arglist
authorJordan Lewis <jordan@knewton.com>
Tue, 31 Mar 2015 01:13:20 +0000 (18:13 -0700)
committerJordan Lewis <jordan@knewton.com>
Wed, 1 Apr 2015 19:55:58 +0000 (15:55 -0400)
commitb9495a90ea73a2297d477c515ee9a0d1df482f23
tree8a9d39c2eb9c4f2e33d66076c7fce0386355a0c5
parentd672e7e9fb1c3fd13a72bca6cb26a3b572cc0b5d
factor: step 4: refactor to use arglist

Instead of using the stack to store arguments, pass around a list of
arguments so we know the length and don't have to mess with the
datastack.
factor/src/core/core.factor
factor/src/printer/printer.factor
factor/src/step4_if_fn_do/step4_if_fn_do.factor
factor/src/types/types.factor