Giter Club home page Giter Club logo

fcc's People

Contributors

bshepherdson avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

hexcolors60

fcc's Issues

Implement SEE

> see .
Decompiling .
Segmentation fault (core dumped)

$ ./forth
  ok
> : t 1 . ;
  ok
> see t
Decompiling t
Segmentation fault (core dumped)

Reproduced for 088d089 commit on Linux 64, fcc build with GCC 11.1.

Switch from GNU readline to editline(?)

GNU readline is GPL licensed, so things containing it need to be open source themselves. I'm not a lawyer, but I think the Apache-licensed FCC is okay for now. But shipping a closed-source binary built using FCC that linked against GNU readline would not be okay.

editline and its dependency ncurses have less strong licenses (BSDish and X11/MIT respectively) which are compatible with shipping a closed-source binary that links against them.

Support for C libraries

Modeled on Gforth's system, probably. Ideally compatible. Looks like running the compile commands in the background and then using dlopen() support will work.

That's not portable to non-POSIX platforms, but there are equivalents on Windows.

`[']` (and probably `'`) silently fail

If the target word is not found, these parsing words silently fail. They should produce the same error message as trying to interpret/compile such a missing word.

Faster dictionary implementation

Like a search tree or something, I don't know what's best.

Probably do multiple wordlists at the same time, add that extension word list.

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.