fix codetest failure - trailing whitespace
[parrot.git] / src / pmc / pmc.num
blob4d56e4aa4f5495fa3bc231040a7a9aa8a4d37072
1 # build and class enum order of all pmcs
2 # filenam {ws} number
3 # parents of some class should be listed before their childs
5 # default must be 0
7 default.pmc    0
9 # now utility PMCs that don't do MMD
11 null.pmc    1
12 env.pmc    2
13 perlenv.pmc    3
14 key.pmc    4
15 random.pmc    5
16 unmanagedstruct.pmc    6
17 managedstruct.pmc    7
18 csub.pmc    8
19 compiler.pmc    9
20 exception.pmc    10
21 version.pmc    11
22 parrotio.pmc    12
23 parrotlibrary.pmc    13
24 constparrotlibrary.pmc    14
25 parrotinterpreter.pmc    15
26 parrotthread.pmc    16
27 lexpad.pmc    17
28 timer.pmc    18
29 pointer.pmc    19
31 # sub and subroutine like pmcs
33 sub.pmc    20
34 continuation.pmc    21
35 retcontinuation.pmc    22
36 exception_handler.pmc    23
37 coroutine.pmc    24
38 eval.pmc    25
39 nci.pmc    26
41 # scalars
43 # base types
44 float.pmc    27
45 integer.pmc    28
46 bigint.pmc    29
47 bignum.pmc    30
48 complex.pmc    31
49 string.pmc    32
51 # abstract perlscalar.pmc
52 perlint.pmc    33
53 perlstring.pmc    34
54 perlundef.pmc    35
55 boolean.pmc    36
57 ref.pmc    37
58 sharedref.pmc    38
60 # arrays XXX this list isn't complete
62 fixedintegerarray.pmc    39
63 iterator.pmc    40
64 perlarray.pmc    41
65 pmcarray.pmc    42
66 sarray.pmc    43
67 constsarray.pmc    44
68 fixedstringarray.pmc    45
70 # hashes
71 hash.pmc    46
72 perlhash.pmc    47
73 orderedhash.pmc    48
75 # other
77 parrotclass.pmc    49
78 parrotobject.pmc    50
80 os.pmc    51
81 file.pmc    52
83 oplib.pmc    53
84 opcode.pmc    54