ID:115186
 
I hate not having access to regex in DM. The only options are to pay for Lummox's library, use Kuraudo's library which is wonky to test because it uses DLLs, or hack out parsing on your own. None of the options are preferable It sucks.

Memo to self: Work on a regex library. Might have to have dependence on another library I'd have to make, though. Better than what we have so far, still.
That's new to me. He used to charge $5 for it.
Write your own custom DLL. The game I'm working on currently has so much handled in an external library that I only just passed it in code size after like 3 weeks of work in DM. Mostly it's map generation stuff but there's also some text processing in there too. I might also add pathfinding although still thinking about how that will work.
Love what you do, Pif.