imaqtkatt
imaqtkatt
The expression `2 ** 1` produces the result of `2 ^ 1` because HVM implements exponentiation only for floating point numbers at the moment. We have a table of the...
Bend variable names follow this regular expression: `[A-Za-z0-9_.-/]+`. If you type `x - 1` the code will work as expected. A `var_name-num` is actually a special variable that is used...
This code is looping in the `expand_generated` transformation
I don't think this is a bug, in the unix standard every line should terminate with a newline character
> But if we reach an EOF it should also stop, no? Isn't that how other languages handle that? Yes, I think the problem here is that the Result/Err returned...
Here `VirtualSemi` will be produced between lexemes starting in the same column, the example input can be read as: ``` test { wow { lol yay; bend } ok }...