]> gitweb.factorcode.org Git - factor.git/blobdiff - core/vocabs/parser/parser.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / core / vocabs / parser / parser.factor
index 0bfb607a52f67c33a95374405b96851684e35ac3..98b8b8d0e89eb639e4b366274302466e2686f353 100644 (file)
@@ -6,7 +6,7 @@ sets strings vocabs sorting accessors arrays compiler.units
 combinators vectors splitting continuations math
 parser.notes ;
 IN: vocabs.parser
-
 ERROR: no-word-error name ;
 
 : word-restarts ( possibilities -- restarts )
@@ -17,7 +17,7 @@ ERROR: no-word-error name ;
     word-restarts
     swap "Defer word in current vocabulary" swap 2array
     suffix ;
-
 : <no-word-error> ( name possibilities -- error restarts )
     [ drop \ no-word-error boa ] [ word-restarts-with-defer ] 2bi ;
 
@@ -198,4 +198,4 @@ PRIVATE>
     2dup qualified-search dup [ 2nip ] [ drop vocab-search ] if ;
 
 : search ( name -- word/f )
-    manifest get search-manifest ;
+    manifest get search-manifest ;
\ No newline at end of file