Philip Blair
Philip Blair
@disnet That seems perfectly reasonable (it's the same approach Racket takes!)
Okay, so a double escape look like `\\${42}`, but what would a triple escape look like? `\\\${42}` or `\\\\${42}`? If it's the latter, what about using something like Racket's `unquote-syntax`...
Using the standard escaping for `\`, one can see that `#,` quickly becomes considerably less typing (and is much more descriptive of the unescaping depth) | Depth | Escape sequence...
I'm 99% sure that I've just run into this. Is there any good workaround for custom deserializers?
@cician This is actually talking about the _syntax_, whereas #360 is referring to the constants. As for the `isNaN` and `isFinite` predicates, we should definitely add those. I think we...
Conversely, I'm open to this idea (though we'd need to workshop it a bit to make it Grain-like). I do think that we should perhaps wait and see to make...
@FinnRG Thanks for doing some work on this! I think it would make sense to have the data in a separate file, but we may want to hold off on...
Error for the first example: ``` The run ended in error: "Cannot find import dependency(\"file\", [list: \"/home/belph/junk/pyret/tbl.arr\"])" Pyret stack: file:///home/belph/pyret-lang/src/arr/compiler/cli-module-loader.arr: line 251, column 10 file:///home/belph/pyret-lang/src/arr/compiler/cli-module-loader.arr: line 242, column 4 file:///home/belph/pyret-lang/src/arr/compiler/cli-module-loader.arr:...
I have a suspicion at least one of these stems from the contents of `standalone-configA.json` throwing off the compiler.
I understand your reservations. The goal of the changes were twofold: 1. Support multiline table rows 2. Allow aligning on vertical as well as horizontal axes The reason for the...