sdml 0.1.2

Rust CLI for Simple Domain Modeling Language (SDML)
Documentation
1
2
3
4
5
6
7
;;; Annotation, Multiple Integers

module campaign is

  @dc:version = [ 1 2 3 ]

end