use symbols

db4
Doug Coleman 2008-03-07 20:07:54 -06:00
parent 252f55d162
commit e6d2b4bcf4
1 changed files with 1 additions and 5 deletions

View File

@ -3,14 +3,10 @@
USING: arrays assocs hashtables assocs io kernel math
math.vectors math.matrices math.matrices.elimination namespaces
parser prettyprint sequences words combinators math.parser
splitting sorting shuffle ;
splitting sorting shuffle symbols ;
IN: koszul
! Utilities
: SYMBOLS:
";" parse-tokens [ create-in define-symbol ] each ;
parsing
: -1^ odd? -1 1 ? ;
: >alt ( obj -- vec )