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
|
! Scaffold support
|
||||||
|
|
||||||
: fuel-scaffold-vocab ( root name devname -- )
|
: fuel-scaffold-vocab ( root name devname -- )
|
||||||
developer-name set
|
developer-name set dup [ scaffold-vocab ] dip
|
||||||
[ scaffold-vocab ] 2keep [ (normalize-path) ] dip dup
|
dup require vocab-source-path (normalize-path) fuel-eval-set-result ;
|
||||||
append-path append-path ".factor" append fuel-eval-set-result ;
|
|
||||||
|
|
||||||
: fuel-scaffold-help ( name devname -- )
|
: fuel-scaffold-help ( name devname -- )
|
||||||
developer-name set
|
developer-name set
|
||||||
|
|
|
@ -32,6 +32,7 @@ beast.
|
||||||
(require 'factor-mode)
|
(require 'factor-mode)
|
||||||
|
|
||||||
* Basic usage
|
* Basic usage
|
||||||
|
*** Running the listener
|
||||||
|
|
||||||
If you're using the default factor binary and images locations inside
|
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.
|
the Factor's source tree, that should be enough to start using FUEL.
|
||||||
|
|
Loading…
Reference in New Issue