simple-flat-file: revert for now, caused bootstrap problems.
parent
4eeafea8be
commit
0c46a1834b
|
@ -5,7 +5,7 @@ biassocs ascii namespaces arrays make assocs interval-maps sets ;
|
||||||
IN: simple-flat-file
|
IN: simple-flat-file
|
||||||
|
|
||||||
: drop-comments ( seq -- newseq )
|
: drop-comments ( seq -- newseq )
|
||||||
[ "#@" split1 drop ] map harvest ;
|
[ "#@" split first ] map harvest ;
|
||||||
|
|
||||||
: split-column ( line -- columns )
|
: split-column ( line -- columns )
|
||||||
" \t" split harvest 2 short head 2 f pad-tail ;
|
" \t" split harvest 2 short head 2 f pad-tail ;
|
||||||
|
|
Loading…
Reference in New Issue