crystal-community / icr

Interactive console for Crystal programming language
MIT License
505 stars 40 forks source link

Adds slightly better support for macros. fixes #45 #47

Closed jwoertink closed 7 years ago

jwoertink commented 7 years ago

Obviously there will still be some issues around trying to do something like {% for x in things %}, etc... but for now this at least adds in basic macro support outside of a class or module (which is already supported).

jwoertink commented 7 years ago

@greyblake @veelenga Any chance this can get reviewed and merged?

veelenga commented 7 years ago

I tried this locally and it works just like you described! LGTM. I think we can merge this. @greyblake any objections?

greyblake commented 7 years ago

Let's merge it!) Thank you @jwoertink . I apologize again for the delays... However moving the project to the community was a good idea ;)