remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / core / source-files / source-files-tests.factor
blobe5e04c777f5eeb8584f8c055a0bc8c8561963d94
1 IN: source-files.tests
2 USING: source-files tools.test assocs sequences strings
3 namespaces kernel ;
5 [ { } ] [ source-files get keys [ string? not ] filter ] unit-test