Jimmy Miller
Jimmy Miller
The declarative syntax was to me the biggest selling point of sweetjs. I understand there is obviously a lot of work that has to be done to the core in...
One simple approach might be to allow passing an interceptor as an option. That way you can doing any computation you want before the query is parsed. Might be a...
Any hope for this getting merged?
Yeah, that's what I'm doing as a work around. Just a bit tedious. Would be great to be able to like right click on an address and set the PC....
Just wanted to say, I had to use @WalterSmuts fork with this change in order to get my app working. I've built a personal app that connects a UCI bot...
@cmontella I know you mentioned closing this and starting a general std lib, but I was wondering if you were still interested in these functions. I started [implementing them](https://github.com/jimmyhmiller/Eve/commit/808eb2d5b684204a7148a4659524d6dc57b0fe06) as...
So, I started implementing a bunch of string functions and noticed a pattern. I ended up implementing a [higher-order function to make constraints](https://github.com/jimmyhmiller/Eve/blob/b0de1831f2e7f9df6d471f2e2f41c4f6d5cce096/src/runtime/providers/string.ts#L36-L86). The code can definitely use some clean-up,...