Categories: None [Edit]

rubymacros

https://rubygems.org/gems/rubymacros
https://github.com/coatl/rubymacros
RubyMacros is a lisp-like macro pre-processor for Ruby. More than just a purely textual substitution scheme, RubyMacros can manipulate and morph Ruby parse trees (in the form of RedParse Nodes) at parse time in just about any way you see fit. Macros are programmed in ruby itself. And since parse trees are represented in RedParse format, they're easier to use (programatically) and more object- oriented than other available ruby parsetree formats. (RedParse Node format is actually designed to be straightforward to use and to represent the structure of ruby source code very closely.)

Total

Ranking: 42,313 of 180,689
Downloads: 24,082

Daily

Ranking: 45,393 of 180,681
Downloads: 7

Depended by

RankDownloadsName

Depends on

RankDownloadsName
44,82522,265redparse

Owners

#GravatarHandle
1iconcoatl