Author: | missingfaktor |
---|---|
Mode: | factor |
Date: | Wed, 25 Jul 2012 09:06:18 |
! Ruby style word array syntax for Factor ! (See: http://stackoverflow.com/questions/1274675/ruby-what-does-warray-mean) USING: locals lexer ; IN: syntax.word-array SYNTAX: strings{ "}" [ ] map-tokens suffix! ;