File: src.dump

package info (click to toggle)
dustmite 0.0.430-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,660 kB
  • sloc: cpp: 202; sh: 25; makefile: 14
file content (33 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[
  [
    /*** secretmodule.d ***/
    [ "module" " " ]
    [ "secretmodule" ";\n\nimport " ]
    [ "std" "." ]
    [ "stdio" ";\n\n" ]
    [ "struct" " " ]
    [ "SecretUDA" " {}\n\n" ]
    [ "@" ]
    [ "SecretUDA" "\n" ]
    [ "void" " " ]
    [ "doIt" "()\n{\n	" ]
    [ "string" " " ]
    [ "message1" " = " ]
    [ "\"Hello\"" ";\n	" ]
    [ "string" " " ]
    [ "message2" " = " ]
    [ "\"world\"" ";\n	" ]
    [ "writeln" "(" ]
    [ "message1" " ~ " ]
    [ "\", \"" " ~ " ]
    [ "message2" ");\n}\n" ]
  ]
  [
    /*** test.d ***/
    [ "import " ]
    [ "secretmodule" ";\n\n" ]
    [ "void" " " ]
    [ "main" "()\n{\n	" ]
    [ "doIt" "();\n}\n" ]
  ]
]