Hi, as expected this last 2 words from Leon's latest float lib give
errors with 4.9 (in count, get-recognizer)
...
\ recognizer is a feature that is available for amforth 4.3 and up
: rec-float count >float 
if
state @ if
postpone fliteral
then
-1
else
0
then 
;

: place-rec ( xt -- )
get-recognizer
dup >r
1-  n>r
swap
nr> drop r> 1+
set-recognizer
;

' rec-float place-rec

Any hint how to get it work with 4.9?
p.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to