Paste: Ruby style word array syntax for Factor

Author: missingfaktor
Mode: factor
Date: Wed, 25 Jul 2012 09:06:18
Plain Text |
! 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! ;

New Annotation

Summary:
Author:
Mode:
Body: