Dan Sanderson
Dan Sanderson
The suggestion is plausible and it wouldn't be too difficult to count uses and only add the alias if it's productive. I'd be curious to do a keyword counting sweep...
I've added a setup.py file for easier installation. I'm not sure I ever want to [upload](https://packaging.python.org/tutorials/packaging-projects/) this to PyPI, but I'll consider it if picotool ever goes 1.0. :)
These are just the standard behaviors of pip install, so the instructions are just meant to say "this is how to pip install a package from a directory." I agree...
Possibly fixed by https://github.com/dansanderson/picotool/pull/90 , I'll try to get this merged in.
@Liquidream It works fine with luamin! This bug is specific to the Lua parser. luamin operates directly on the token stream and doesn't use the parser. ``` blurble end do...
High char support is still missing, and explains the first error. https://github.com/dansanderson/picotool/issues/36 I'll rename this issue to track proper ?-print support, which I know for sure isn't fully implemented. I...
Also a note to future self: 0.2.2d will make this more complex by supporting short-if-with-?-print. 🤪
That's a good idea. Many minifiers have an "externs" list for this purpose. This would be easy to implement in the core tool.
Dead code elimination is my holy grail for picotool! 🌟 The intent is for the parser to be powerful enough to make changes directly to the AST, then write it...
Hello! MEGA65 ROM developer here. I'm excited to see the brainstorming in this thread, and can see how it could result in useful improvements to MEGA65 support specifically and llvm-mos...