HVM icon indicating copy to clipboard operation
HVM copied to clipboard

Improve parsing and pretty printing of strings and lists

Open Z-snails opened this issue 3 years ago • 5 comments

Pretty printing strings and lists is now iterative not recursive. Pretty printing strings uses escape characters Parsing strings accepts all escape characters expect for \u{XXXX} style escapes. I don't know if you want rust style \u{XXXX} or basically every other language style \uXXXX

Z-snails avatar May 30 '22 16:05 Z-snails

Oh, I din't see this. I'll check out later.

steinerkelvin avatar May 31 '22 17:05 steinerkelvin

The nix CI failing is an existing bug right? I hope I didn't cause it.

Z-snails avatar May 31 '22 21:05 Z-snails

Yeah, it was already failing. I think I'll do something right now to at least disable it.

steinerkelvin avatar Jun 01 '22 18:06 steinerkelvin

Ok, now the CI is passing, and is also running some test programs (/test/tests, #108) on HVM so we can be a bit more sure we aren't breaking anything.

@Z-snails please merge/rebase on master.

steinerkelvin avatar Jun 01 '22 19:06 steinerkelvin

Hopefully I rebased this correctly

Z-snails avatar Jun 02 '22 16:06 Z-snails