Remove extra/bind-in since locals now has :>

db4
Slava Pestov 2008-12-18 00:18:27 -06:00
parent f652734a4e
commit 13fd66d542
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
USING: kernel parser lexer locals.parser locals.types ;
IN: bind-in
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
: ->
"[" parse-tokens make-locals dup push-locals
\ ] (parse-lambda) <lambda>
parsed-lambda
\ call parsed ; parsing