This is a public chat log generated from the #semsol IRC channel.
10:34:34
hi bengee
10:34:55
heya kwijibo
10:35:48
I've been trying out posting turtle to the platform, and occasionally it's giving me "lexical" errors on the turtle i give it, generated by arc
10:36:02
i think the turtle looks OK, but not totally sure
10:36:28
it chokes on this
10:36:31
020 75""" .
10:37:42
what do you reckon?
10:38:19
hm, not sure., \n is allowed in turtle, faik
10:38:30
s/faik/afaik/
10:38:33
i think it looks like it should parse, but not sure, and maybe it's a hidden encoding thing
10:39:40
so the parser thinks it's a "\"-escaped \n?
10:40:28
what did the source literal look like which arc turned into turtle?
10:40:48
maybe the serialiser shouldn't create that extra backslash
12:05:28
bengee:
12:05:30
07826 904 320
12:05:31
020 75
12:06:04
yeah, maybe the serialiser is adding in a backslash it doesn't need to
