source-files: Rename source-file.
parent
be87b3aca7
commit
158fff5990
|
@ -9,7 +9,7 @@ IN: source-files
|
||||||
|
|
||||||
SYMBOL: source-files
|
SYMBOL: source-files
|
||||||
|
|
||||||
TUPLE: source-file
|
TUPLE: source-file-tuple
|
||||||
path
|
path
|
||||||
top-level-form
|
top-level-form
|
||||||
checksum
|
checksum
|
||||||
|
@ -27,7 +27,7 @@ main ;
|
||||||
new-definitions get >>definitions drop ;
|
new-definitions get >>definitions drop ;
|
||||||
|
|
||||||
: <source-file> ( path -- source-file )
|
: <source-file> ( path -- source-file )
|
||||||
\ source-file new
|
\ source-file-tuple new
|
||||||
swap >>path
|
swap >>path
|
||||||
<definitions> >>definitions ;
|
<definitions> >>definitions ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue