Keldan Chapman

Results 14 issues of Keldan Chapman

Added file and selection support for [Factor](https://factorcode.org/). Selection based running includes `auto-use` for convenience.

Both the start/end-of-string anchors (`^`/`$`) incorrectly consume a char when used inside a look-behind. A simple example of this is: ```factor "test" R/ (?string ``` results in `"e"`, where the...

The implicit behaviour of some parts of the library has been identified as an area which could use improvement. This thread aims to be a general place to discuss such...

v2
improvement

feature request
v2

- [en/de]coders for a variety of encodings - type constructors - combinators Importable, or in some way modularised (`LC.helpers`?)

feature request
v2

For reference JohanWiltink: " I think threading stdin and stdout through source is the correct way to do I/O anyway - can use a Monad for that"

feature request
v2

JohanWiltink: "currently all variables can not only be shadowed but also overwritten. this might mean introducing full scoping, and might not be worth it. or is it just a matter...

feature request
v2
idea

Probably can do without

feature request
v2
idea

When number encoding is `None`, allow numbers to be used as valid identifiers

v2
improvement