gbforth icon indicating copy to clipboard operation
gbforth copied to clipboard

Support word '>NUMBER' (to-number) from CORE

Open davazp opened this issue 7 years ago • 0 comments

Implement >NUMBER

Reference: https://www.taygeta.com/forth/dpans6.htm#6.1.0570

Before closing this ticket, please ensure:

  • [ ] Is the run-time behaviour of the word implemented?
  • [ ] Is the compile-time behaviour of the word implemented?
  • [ ] Is the interpretation/top-level behaviour of the word implemented?
  • [ ] Is the word covered by some tests?

This issue is part of an effort to make gbforth as close to the standard as possible. It was generated from the following index:

https://www.taygeta.com/forth/dpansf.html

davazp avatar Jun 19 '18 22:06 davazp