ur5us_ has quit [Remote host closed the connection]
ur5us_ has joined #crystal-lang
Vexatos_ has quit [Ping timeout: 246 seconds]
Stephie has joined #crystal-lang
Stephie| has quit [Ping timeout: 264 seconds]
Vexatos has joined #crystal-lang
olbat[m] has quit [Ping timeout: 265 seconds]
Volk has quit [Quit: See you next time!]
olbat[m] has joined #crystal-lang
ur5us_ has quit [Ping timeout: 252 seconds]
hightower2 has quit [Ping timeout: 245 seconds]
notzmv has quit [Ping timeout: 268 seconds]
ur5us_ has joined #crystal-lang
MiaChillfox has joined #crystal-lang
Chillfox has quit [Ping timeout: 260 seconds]
mps has joined #crystal-lang
MiaChillfox has quit [Quit: Leaving]
Volk has joined #crystal-lang
Volk has quit [Changing host]
Volk has joined #crystal-lang
notzmv has joined #crystal-lang
taupiqueur has joined #crystal-lang
ur5us_ has quit [Ping timeout: 245 seconds]
greenbigfrog has joined #crystal-lang
greenbigfrog has quit [Remote host closed the connection]
greenbigfrog has joined #crystal-lang
greenbigfrog has quit [Remote host closed the connection]
greenbigfrog has joined #crystal-lang
taupiqueur has quit [Remote host closed the connection]
taupiqueur has joined #crystal-lang
taupiqueur has quit [Remote host closed the connection]
taupiqueur has joined #crystal-lang
<SamantazFox>
Blacksmoke16: recall that issue I had the other day, with infinite recursion? Well, it's still hapenning, even after I modified the code to have methods with clear signatures (forced data types)
<SamantazFox>
Oh, wait, no, my bad, misread the logs
<SamantazFox>
it indeed solved it
<SamantazFox>
now I have an issue somewhere else xD
avane has quit [Quit: o/]
<FromGitter>
<Blacksmoke16> 🎉 nice!
<FromGitter>
<Blacksmoke16> the never ending list? :P
Stephie has quit [Read error: Connection reset by peer]
Vexatos_ has joined #crystal-lang
Stephie has joined #crystal-lang
Vexatos has quit [Ping timeout: 265 seconds]
Vexatos_ has quit [Ping timeout: 245 seconds]
Stephie has quit [Ping timeout: 245 seconds]
taupiqueur has quit [Ping timeout: 265 seconds]
taupiqueur has joined #crystal-lang
FromGitter has quit [Ping timeout: 268 seconds]
FromGitter has joined #crystal-lang
Stephie has joined #crystal-lang
Vexatos has joined #crystal-lang
Volk has quit [Quit: See you next time!]
Stephie has quit [Ping timeout: 265 seconds]
Vexatos has quit [Ping timeout: 265 seconds]
<FromGitter>
<spencerwi> I've been working on a tree-sitter parser for Crystal (repo's owned by another guy), which may be a decent "way forward". ⏎ ⏎ I'm running into some difficulty with trying to rework it to support "command functions" (like `puts foo` and `puts(foo)` instead of `foo.bar("yes")` or `foo.bar "yes"`)