Rudolf Meijer
Rudolf Meijer
**Describe the bug** The run-time lexer checks the first character of the tag string against `< = >` and `ws` (potentially the widest collection of Unicode whitespace characters, but at...
I notice that matching `[ ]` and `( )` brackets are indicated. It would be helpful if the same was done for `{ }` ones. I notice in passing that...
In contrast to what is stated, `/$` and `/%` are valid `refinement!` literals. Moreover `/@` *does* give an error when used as argument for `type?`, because it is lexed as...
Version 0.6.0 does not have a version selector, but 0.6.1 does, and it allows selection of 0.6.0, 0.6.1 and 0.6.2. However, 0.6.2 is not (yet) available. Moreover, the default value...
The title says it all.
See these results of the interpreter: ``` >> compile [1 2 3] == "123" >> 1 2 3 == 3 ``` I would expect the result of `compile` to be...
At the moment, the effect of a dotted line can only be achieved by constructing a pattern. A dotted line as indication for (partial) invisibility is common enough to be...