Ray Toal

Results 9 issues of Ray Toal

A string such as " \t \n\n " is falsy and the fact that " \t \n\n " == false is true would make a nice addition to the table....

It would be helpful to support state during parsing to enable such things as the [off-side rule](https://en.wikipedia.org/wiki/Off-side_rule). This seems to be already called out as a planned extension. From the...

enhancement

In the following screenshot, I have entered an input of `aa`, but the tree view is telling me I wrote `aaa`. It seems to be counting a lookahead as an...

API Evangelist blog post dates are in MM-DD-YYYY format, which can be ambiguous when reading 04-03-2014. ISO 8601 is a universal interchange format and is popular in APIs, so it...

r-strings for Regular Expressions in Julia show backslashes with a red error box surrounding them. r-strings without backslashes seem fine. [Demo](https://pygments.org/demo/?lexer=julia&style=bw&formatter=html&code=println%28r%22hello%5Cs%2Beveryone%22i%29%0A%0A)

Love the new layout. When there are many examples, I was hoping to scroll them with the trackpad, but the panel does not scroll. Adding `overflow: scroll` to `#exampleContainer` gives...

We need a command line version of the word count program in C++. The implementation already exists in many languages; use those as a guide. @echoe1210 , you might want...

A number of scripts/libraries are in rust/underconstruction because I could not get them to work as is. Please clean up and move to src/bin. Update tests as needed. Delete underconstruction...

tio.run has two 05AB1E interpreters. The one linked from the README is the legacy interpreter, and in fact is titled "05AB1E (legacy)". The PR replaces the legacy link with that...