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