Hi Enoch,

> Can you please provide the URL to that RFD covering recognizers:
> "Renamed to follow RFD Draft".

It's on the homepage http://amforth.sourceforge.net/ I admit,
I've put it online only an hour before your mail ;)

> Once things settle I'll try to fix Leon's floating point library. It's
> there where the problem lies, i.e., recognizers.

I doubt it. The Adaption to the new recognizers is fairly simple

  ' noop
  ' fliteral 
  :noname fs. -48 throw ; 
  recognizer: r:float

  : rec-float >float if r:float else r:fail then ;

and once (the recognizer stack is in EEPROM):

  ' rec-float get-recognizer 1+ set-recognizer

The problem lies in >float (or beneath), everything else
seem to work fine.

Matthias

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel
  • [Amforth] trunk@1619 Enoch
    • [Amforth] Recognizer RFD for Forth 200x (was Re: trun... Matthias Trute

Reply via email to