]> gitweb.factorcode.org Git - factor.git/commitdiff
fjsc: fix load order bug
authorchris.double <chris.double@double.co.nz>
Mon, 11 Dec 2006 15:15:47 +0000 (15:15 +0000)
committerchris.double <chris.double@double.co.nz>
Mon, 11 Dec 2006 15:15:47 +0000 (15:15 +0000)
libs/fjsc/fjsc.factor

index 95b10bb4afe944bf263a7f7dc4678ef22295d146..cc32aee943a366ebfad9dbd279539bb757bbb5fd 100644 (file)
@@ -60,6 +60,8 @@ LAZY: 'identifier' ( -- parser )
   'identifier-ends' <&> [ first2 append ] <@
   [ >string <ast-identifier> ] <@ ;
 
+DEFER: 'expression'
+
 LAZY: 'define' ( -- parser )
   ":" token sp 
   'identifier' sp &>