mirror of
https://gitea.invidious.io/iv-org/shard-kilt.git
synced 2024-08-15 00:43:15 +00:00
Added slang adapter + specs, reorganized specs and adapters
This commit is contained in:
parent
ae9e097221
commit
b152bf1153
14 changed files with 62 additions and 27 deletions
5
spec/support/raw_engine.cr
Normal file
5
spec/support/raw_engine.cr
Normal file
|
@ -0,0 +1,5 @@
|
|||
module Raw
|
||||
macro embed(filename, io)
|
||||
{{ io.id }} << {{`cat #{filename}`.stringify}}
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue