FUEL: fuel-scaffold-vocab: go to the right source file for subvocabs.
parent
484ed45e1a
commit
d00d12d18c
|
@ -371,9 +371,8 @@ MEMO: (fuel-get-vocabs/tag) ( tag -- element )
|
|||
! Scaffold support
|
||||
|
||||
: fuel-scaffold-vocab ( root name devname -- )
|
||||
developer-name set
|
||||
[ scaffold-vocab ] 2keep [ (normalize-path) ] dip dup
|
||||
append-path append-path ".factor" append fuel-eval-set-result ;
|
||||
developer-name set dup [ scaffold-vocab ] dip
|
||||
dup require vocab-source-path (normalize-path) fuel-eval-set-result ;
|
||||
|
||||
: fuel-scaffold-help ( name devname -- )
|
||||
developer-name set
|
||||
|
|
|
@ -32,6 +32,7 @@ beast.
|
|||
(require 'factor-mode)
|
||||
|
||||
* Basic usage
|
||||
*** Running the listener
|
||||
|
||||
If you're using the default factor binary and images locations inside
|
||||
the Factor's source tree, that should be enough to start using FUEL.
|
||||
|
|
Loading…
Reference in New Issue