- Sep 17, 2014
-
-
Ary Borenszweig authored
-
- Aug 15, 2014
-
-
Ary Borenszweig authored
-
- Aug 09, 2014
-
-
Ary Borenszweig authored
-
- Jul 26, 2014
-
-
Ary Borenszweig authored
-
- Jul 21, 2014
-
-
Ary Borenszweig authored
-
- Jul 09, 2014
-
-
Ary Borenszweig authored
Replaced `@name` with `@class_name` inside macros. And: instance vars inside macros don't have the `@` in their name anymore.
-
- Jul 04, 2014
-
-
Ary Borenszweig authored
-
- Jul 03, 2014
-
-
Ary Borenszweig authored
-
- Jul 02, 2014
-
-
Ary Borenszweig authored
-
- Jun 29, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Jun 28, 2014
-
-
Konstantin Makarchev authored
-
- Jun 22, 2014
-
-
Ary Borenszweig authored
Explicit control of AST nodes inside macros. Must use "id" to get an id, and "stringify" to make a string literal with the node's string representation. No more implicit "id" call.
-
- Jun 12, 2014
-
-
Ary Borenszweig authored
-
- Jun 10, 2014
-
-
Ary Borenszweig authored
-
- Jun 07, 2014
-
-
Ary Borenszweig authored
Added @instance_vars and @name inside macros. Removed hardcoded Struct#to_s and Struct#hash and implemented them with macros.
-
- Jun 06, 2014
-
-
Ary Borenszweig authored
-
- Jun 04, 2014
-
-
Ary Borenszweig authored
Added some more to macros: Array's join, map, select, any? and all?. And allow string interpolation inside macros.
-
- Jun 03, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Jun 02, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
More fun and power with macros: system, and some string methods (split, strip, downcase, upcase, lines)
-
Ary Borenszweig authored
-