wolfgangj

Results 6 comments of wolfgangj

@larsbrinkhoff I would like to join ForthHub.

We can find out about the line in `read`. By the way, `!` as a reader would not work, because we use symbols as reader names, not single characters, so...

`make docs` will now create HTML documentation in the `doc` subdir.

The changes I made today have improved the evaluator performance by almost 20%, according to my (simple) benchmarks.

If clang-format is able to leave all line-breaks as they are and just fix other things, then this would certainly be useful.

You should definitely come up with a good solution to global state if you want to go full region-based. That might get a bit tricky if you want to be...