factor/basis/locals
Joe Groff 9bf5c76771 lexer: add "each-token" and "map-tokens", which are equivalent to "parse-token _ each/map" but incremental. update a smattering of parsing words (such as USING:, SYMBOLS:, etc.) to use each-token/map-tokens 2010-02-28 22:19:43 -08:00
..
backend Fixing unit tests for stack effect inference changes 2009-04-20 21:15:19 -05:00
definitions generic: rename method-body predicate class to method 2010-02-03 23:11:24 +13:00
errors remove [let* ] and change [let ] to only establish a scope, leaving :> as the one true way of binding locals 2009-10-27 14:19:05 -05:00
fry reduce number of empty quotations generated by fry 2009-11-07 16:12:22 -06:00
macros update M\ lambda condomize 'cause you can't compose a lambda 2009-11-07 13:32:08 -06:00
parser lexer: add "each-token" and "map-tokens", which are equivalent to "parse-token _ each/map" but incremental. update a smattering of parsing words (such as USING:, SYMBOLS:, etc.) to use each-token/map-tokens 2010-02-28 22:19:43 -08:00
prettyprint :> ( a b c ) syntax to bind multiple variables left-to-right off the stack 2009-10-28 15:40:07 -05:00
rewrite Factor source files should not be executable 2009-11-21 17:50:43 -06:00
types :> ( a b c ) syntax to bind multiple variables left-to-right off the stack 2009-10-28 15:40:07 -05:00
authors.txt
locals-docs.factor A number of documentation fixes and cleanup. 2010-02-03 00:05:03 -07:00
locals-tests.factor patch up locals fry tests 2009-11-08 21:00:35 -06:00
locals.factor Merge branch 'master' of http://factorcode.org/git/factor 2009-10-28 16:17:24 -05:00
summary.txt
tags.txt