Added slang adapter + specs, reorganized specs and adapters

This commit is contained in:
Jerome Gravel-Niquet 2016-02-15 11:50:18 -05:00
parent ae9e097221
commit b152bf1153
14 changed files with 62 additions and 27 deletions

View file

@ -0,0 +1,5 @@
module Raw
macro embed(filename, io)
{{ io.id }} << {{`cat #{filename}`.stringify}}
end
end