Hex Artifact Content
Not logged in

Artifact 79038e8ac0f7ba6a0343b9689b0affd4f93f7481:


0000: ef bb bf 2f 2a 2a 0d 0a 20 2a 20 41 75 74 68 6f  .../**.. * Autho
0010: 72 73 3a 20 6b 2e 69 6e 61 62 61 0d 0a 20 2a 20  rs: k.inaba.. * 
0020: 4c 69 63 65 6e 73 65 3a 20 4e 59 53 4c 20 30 2e  License: NYSL 0.
0030: 39 39 38 32 20 68 74 74 70 3a 2f 2f 77 77 77 2e  9982 http://www.
0040: 6b 6d 6f 6e 6f 73 2e 6e 65 74 2f 6e 79 73 6c 2f  kmonos.net/nysl/
0050: 0d 0a 20 2a 0d 0a 20 2a 20 44 65 66 69 6e 69 74  .. *.. * Definit
0060: 69 6f 6e 20 6f 66 20 63 6f 6e 73 74 61 6e 74 73  ion of constants
0070: 20 72 65 6c 61 74 65 64 20 74 6f 20 74 68 65 20   related to the 
0080: 6c 61 79 65 72 73 2e 0d 0a 20 2a 2f 0d 0a 6d 6f  layers... */..mo
0090: 64 75 6c 65 20 70 6f 6c 65 6d 79 2e 6c 61 79 65  dule polemy.laye
00a0: 72 3b 0d 0a 69 6d 70 6f 72 74 20 70 6f 6c 65 6d  r;..import polem
00b0: 79 2e 5f 63 6f 6d 6d 6f 6e 3b 0d 0a 69 6d 70 6f  y._common;..impo
00c0: 72 74 20 70 6f 6c 65 6d 79 2e 66 61 69 6c 75 72  rt polemy.failur
00d0: 65 3b 0d 0a 0d 0a 2f 2f 2f 20 54 79 70 65 20 66  e;..../// Type f
00e0: 6f 72 20 74 68 65 20 6c 61 79 65 72 20 49 44 0d  or the layer ID.
00f0: 0a 0d 0a 61 6c 69 61 73 20 73 74 72 69 6e 67 20  ...alias string 
0100: 4c 61 79 65 72 3b 0d 0a 0d 0a 65 6e 75 6d 20 3a  Layer;....enum :
0110: 20 4c 61 79 65 72 0d 0a 7b 0d 0a 09 53 79 73 74   Layer..{...Syst
0120: 65 6d 4c 61 79 65 72 20 20 20 3d 20 22 28 73 79  emLayer   = "(sy
0130: 73 74 65 6d 29 22 2c 20 20 20 2f 2f 2f 20 50 72  stem)",   /// Pr
0140: 65 64 65 66 69 6e 65 64 20 6c 61 79 65 72 20 66  edefined layer f
0150: 6f 72 20 69 6e 74 65 72 6e 61 6c 20 64 61 74 61  or internal data
0160: 0d 0a 09 56 61 6c 75 65 4c 61 79 65 72 20 20 20  ...ValueLayer   
0170: 20 3d 20 22 40 76 61 6c 75 65 22 2c 20 20 20 20   = "@value",    
0180: 20 2f 2f 2f 20 50 72 65 64 65 66 69 6e 65 64 20   /// Predefined 
0190: 6c 61 79 65 72 20 66 6f 72 20 6e 6f 72 6d 61 6c  layer for normal
01a0: 20 72 75 6e 0d 0a 09 4d 61 63 72 6f 4c 61 79 65   run...MacroLaye
01b0: 72 20 20 20 20 3d 20 22 40 6d 61 63 72 6f 22 2c  r    = "@macro",
01c0: 20 20 20 20 20 2f 2f 2f 20 50 72 65 64 65 66 69       /// Predefi
01d0: 6e 65 64 20 6c 61 79 65 72 20 66 6f 72 20 6d 61  ned layer for ma
01e0: 63 72 6f 20 72 75 6e 0d 0a 09 52 61 77 4d 61 63  cro run...RawMac
01f0: 72 6f 4c 61 79 65 72 20 3d 20 22 28 72 61 77 6d  roLayer = "(rawm
0200: 61 63 72 6f 29 22 2c 20 2f 2f 2f 20 50 72 65 64  acro)", /// Pred
0210: 65 66 69 6e 65 64 20 6c 61 79 65 72 20 66 6f 72  efined layer for
0220: 20 72 61 77 2d 6d 61 63 72 6f 20 72 75 6e 0d 0a   raw-macro run..
0230: 7d 0d 0a                                         }..