mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
11 lines
350 B
Crystal
11 lines
350 B
Crystal
require "./dsl/*"
|
|
|
|
module Spectator
|
|
# Namespace containing methods representing the spec domain specific language.
|
|
#
|
|
# Note: Documentation inside macros is kept to a minimuum to reduce generated code.
|
|
# This also helps keep error traces small.
|
|
# Documentation only useful for debugging is included in generated code.
|
|
module DSL
|
|
end
|
|
end
|