diff --git a/src/andrew.cr b/src/andrew.cr index c691c84..bd2d0a0 100644 --- a/src/andrew.cr +++ b/src/andrew.cr @@ -128,15 +128,6 @@ class AttributeAfterGenerator end end -#v = ClassGenerator.new("record") -#v.push(AttributeGenerator.new("uuid", "std::array", 0)) -#v.push(AttributeGenerator.new("x", "bitops::regulated", 16)) -#v.push(AttributeGenerator.new("y", "bitops::regulated", 20)) -#f = FileGenerator.new -#f.classes << v -#f.includes << "" -#f.includes << "\"bitops.hpp\"" -#puts f.to_s File.open(ARGV[0]) do |file| puts FileGenerator.from_yaml(file).to_s end