fix stack comments
parent
c156c09a42
commit
2632d3e524
|
@ -46,9 +46,6 @@
|
||||||
|
|
||||||
- implement 3.3 floor 4.7 ceiling
|
- implement 3.3 floor 4.7 ceiling
|
||||||
|
|
||||||
- fix stack effect comment spacing in help for words without docs,
|
|
||||||
eg (object -- object object) -> ( object -- object object )
|
|
||||||
|
|
||||||
ALL TESTS BELOW FAIL ON x86 linux 32bit
|
ALL TESTS BELOW FAIL ON x86 linux 32bit
|
||||||
- float not commutative bug
|
- float not commutative bug
|
||||||
: a 237241607 1516.925984289192 3036109462846 913470293/554864
|
: a 237241607 1516.925984289192 3036109462846 913470293/554864
|
||||||
|
|
|
@ -30,11 +30,11 @@ sequences strings styles words ;
|
||||||
|
|
||||||
: effect>string ( effect -- string )
|
: effect>string ( effect -- string )
|
||||||
[
|
[
|
||||||
"(" %
|
"( " %
|
||||||
dup first stack-picture %
|
dup first stack-picture %
|
||||||
" -- " %
|
" -- " %
|
||||||
second stack-picture %
|
second stack-picture %
|
||||||
")" %
|
" )" %
|
||||||
] "" make ;
|
] "" make ;
|
||||||
|
|
||||||
: stack-effect ( word -- string )
|
: stack-effect ( word -- string )
|
||||||
|
|
Loading…
Reference in New Issue