Joel

Results 18 comments of Joel

Those are all good ideas, but other than the format string, my argument parsing library isn't able to do them. The format string is nice, but would be a lot...

Yes, I have interest in this project it's just that I've been really busy lately. I'll probably start it up again soon.

The internal AST has been abstracted away to provide a simpler and more stable interface. It currently only gives access to key/value pairs with no ordering. The idea is to...

I'm going to try to get this all up and running (minus PyCoral API) tomorrow and I noticed that @feranick recently did some work to get USB working on windows....

That's fine, I would like to do everything in Linux anyways because it simplifies things. Thanks for all of the work. I was just reading some documentation and it says...

Updated to write out the start text before anything else (other than the verbose stuff).

Cool. I'm also working on more performance improvements, but I'm finding Lua tooling to be somewhat non-existent.

I only line up match arms sometimes (not even very consistently), so this isn't that important to me. And alining it to the left makes sense. I'm always torn between...