Still lots missing, but check this out. <@U06H476...
# devlog-together
k
Still lots missing, but check this out. @Justin Janes Were you responding to me above? I don't quite connect the dots with Leap71..
🤩 3
👀 2
i
So.. it's linear, but rendered along a winding path? Neat!
❤️ 1
k
Yeah, this is all one "line" of text.
a*(b/c)
🍰 4
a
b
Why is
ab
higher than
*
and
+
while
1
is vertically centered? I see adding the
/
between `b/c`also affects the vertical position of
*
that precedes it. So it's not simply "char can affect direction of writing after it" as in previous example. Is it AST-backed now in some way? Precedence? Mandatory potential use: playing snake 🍒🐍
😄 1
k
ab
is treated like a single name. I have bugs. Many of them are now fixed. This was a snapshot on a specific day.
👍 1
And yes I'm running a parser on every frame!