Ludovic 'Archivist' Lagouardette 4 лет назад
Родитель
Сommit
bc993c1168
1 измененных файлов: 0 добавлений и 9 удалений
  1. +0
    -9
      src/andrew.cr

+ 0
- 9
src/andrew.cr Просмотреть файл

@ -128,15 +128,6 @@ class AttributeAfterGenerator
end
end
#v = ClassGenerator.new("record")
#v.push(AttributeGenerator.new("uuid", "std::array<unsigned char, 16>", 0))
#v.push(AttributeGenerator.new("x", "bitops::regulated<int>", 16))
#v.push(AttributeGenerator.new("y", "bitops::regulated<int>", 20))
#f = FileGenerator.new
#f.classes << v
#f.includes << "<array>"
#f.includes << "\"bitops.hpp\""
#puts f.to_s
File.open(ARGV[0]) do |file|
puts FileGenerator.from_yaml(file).to_s
end

Загрузка…
Отмена
Сохранить