Justin J. Meza
Justin J. Meza
This looks good! Could you also make some unit tests for the new features you added? Look at the structure of the test/ directory and make sure they pass ``make...
Hi! Glad to hear you are enjoying it ~ You can find the repo for the specifications here: https://github.com/justinmeza/lolcode-spec. I just pushed a v1.3 specification to that repo, which you...
I think this is a good idea! Have you happened to see some of the more recent commits on the "future" branch to support binding to external libraries? I'm still...
Ah, I think this is a bug with string interpolation in library calls. Thanks for catching that. Right now, when a library call gets a string as an argument, it...
OK, I just pushed a commit that interpolates strings in library calls.
Thanks for mentioning this. I think the problem for the first and second comparison is that the second string is not getting interpolated before being compared. I added some debug...
That could be one potential solution. Basically what you're suggesting is internally representing escape characters as how the user would type them instead of their ASCII code. One issue could...
Thanks for reminding me of this, I have some more time now so I will see if I can whip up a diff for this.
So! After looking at the code, the solution I ended up going with is a bit simpler than what we discussed. I think at some point, strings were interpolated whenever...
No worries! I completely forgot you mentioned that as well. I will check it out.