Giter VIP home page Giter VIP logo

kforth-32's People

Contributors

mynenik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

wenij dfischer

kforth-32's Issues

Conversion failure for >NUMBER and NUMBER?

The standard string to unsigned double conversion word >NUMBER and the non-standard counted string to signed double conversion word NUMBER? fail when the string is lower case and BASE is greater than 10, e.g.

HEX
0 0 S" 03fe" >NUMBER 2DROP UD.
3 ok
C" -3fd" NUMBER? DROP D.
-3 ok

The string conversion works if the characters are uppercase:
HEX
0 0 S" 03FE" >NUMBER 2DROP UD.
3FE ok
C" -3FD" NUMBER? DROP D.
-3FD ok

The conversions should not be case sensitive.

sync64 branch method of ticking

The current method of obtaining an execution token in the sync64 branch is not compatible with the vector container class used to define wordlists. Pointers to elements in the wordlist may be invalidated when the wordlist is added to, for example with push_back(). This means that the tick operator can return different addresses at different times, and will cause problems in particular with words which use ['] (bracket-tick) in their definitions.

This problem does not apply to the master branch or to the current kForth-64 master branch.

Unstable behavior on Puppy Linux 32-bit

A user reports that kForth-32 (version 2.1.0 from current master branch) built on Puppy Linux 32-bit, derived from Ubuntu Bionic (gcc version 7.4.0), will crash with a seg fault if the stack is printed using the word .S . The user also reports that performing the Hayes' Core tests will result in a seg fault crash about halfway through the tests (see forth-src/system-test/core.4th). These problems are not reproducible on any of the following Red Hat-based distributions: RHEL6 32-bit, Centos 7 64-bit, Fedora 30 64-bit.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.