racket / honu

Other
18 stars 4 forks source link

Added a rename-in form to honu-require. #10

Closed mromyers closed 9 years ago

mromyers commented 9 years ago
require  rename a -> b
                c -> d
                ...
         from foo;

The current default transform-in is broken, and I've disabled it for now. It currently tries to import racket - as _ in some sort of weird loop, that prevents either this, or the original prefix-in form from working atm.

Oh, also, apparently "-" and "*" count as punctuation rather than symbolic, so I added them back to the operator token class.