diff options
author | Li Jin <dragon-fly@qq.com> | 2017-07-05 14:30:02 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2017-07-05 14:30:02 +0800 |
commit | 2dc481058998344b7f97721d47987be3ac053768 (patch) | |
tree | 9afd61edfc6d3f079262a3086ebef8cb70943a31 /MoonParser.xcodeproj/project.pbxproj | |
parent | 2d074d650ead2142857ff9f8b192b061d1506eca (diff) | |
download | yuescript-2dc481058998344b7f97721d47987be3ac053768.tar.gz yuescript-2dc481058998344b7f97721d47987be3ac053768.tar.bz2 yuescript-2dc481058998344b7f97721d47987be3ac053768.zip |
Learn PEGTL a little.
Diffstat (limited to 'MoonParser.xcodeproj/project.pbxproj')
-rw-r--r-- | MoonParser.xcodeproj/project.pbxproj | 568 |
1 files changed, 568 insertions, 0 deletions
diff --git a/MoonParser.xcodeproj/project.pbxproj b/MoonParser.xcodeproj/project.pbxproj new file mode 100644 index 0000000..2585cd1 --- /dev/null +++ b/MoonParser.xcodeproj/project.pbxproj | |||
@@ -0,0 +1,568 @@ | |||
1 | // !$*UTF8*$! | ||
2 | { | ||
3 | archiveVersion = 1; | ||
4 | classes = { | ||
5 | }; | ||
6 | objectVersion = 46; | ||
7 | objects = { | ||
8 | |||
9 | /* Begin PBXBuildFile section */ | ||
10 | 3C06322F1F0CBE210089D0AB /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C0631A21F0CBE210089D0AB /* main.cpp */; }; | ||
11 | 3C0632301F0CBE210089D0AB /* slice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C06322D1F0CBE210089D0AB /* slice.cpp */; }; | ||
12 | /* End PBXBuildFile section */ | ||
13 | |||
14 | /* Begin PBXCopyFilesBuildPhase section */ | ||
15 | 3C0F0F6A1EF3781E000EADDB /* CopyFiles */ = { | ||
16 | isa = PBXCopyFilesBuildPhase; | ||
17 | buildActionMask = 2147483647; | ||
18 | dstPath = /usr/share/man/man1/; | ||
19 | dstSubfolderSpec = 0; | ||
20 | files = ( | ||
21 | ); | ||
22 | runOnlyForDeploymentPostprocessing = 1; | ||
23 | }; | ||
24 | /* End PBXCopyFilesBuildPhase section */ | ||
25 | |||
26 | /* Begin PBXFileReference section */ | ||
27 | 3C0631A21F0CBE210089D0AB /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; }; | ||
28 | 3C0631A51F0CBE210089D0AB /* analyze_cycles.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = analyze_cycles.hpp; sourceTree = "<group>"; }; | ||
29 | 3C0631A61F0CBE210089D0AB /* counted.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = counted.hpp; sourceTree = "<group>"; }; | ||
30 | 3C0631A71F0CBE210089D0AB /* generic.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = generic.hpp; sourceTree = "<group>"; }; | ||
31 | 3C0631A81F0CBE210089D0AB /* grammar_info.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = grammar_info.hpp; sourceTree = "<group>"; }; | ||
32 | 3C0631A91F0CBE210089D0AB /* insert_guard.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = insert_guard.hpp; sourceTree = "<group>"; }; | ||
33 | 3C0631AA1F0CBE210089D0AB /* insert_rules.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = insert_rules.hpp; sourceTree = "<group>"; }; | ||
34 | 3C0631AB1F0CBE210089D0AB /* rule_info.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = rule_info.hpp; sourceTree = "<group>"; }; | ||
35 | 3C0631AC1F0CBE210089D0AB /* rule_type.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = rule_type.hpp; sourceTree = "<group>"; }; | ||
36 | 3C0631AD1F0CBE210089D0AB /* analyze.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = analyze.hpp; sourceTree = "<group>"; }; | ||
37 | 3C0631AE1F0CBE210089D0AB /* apply_mode.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = apply_mode.hpp; sourceTree = "<group>"; }; | ||
38 | 3C0631AF1F0CBE210089D0AB /* argv_input.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = argv_input.hpp; sourceTree = "<group>"; }; | ||
39 | 3C0631B01F0CBE210089D0AB /* ascii.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ascii.hpp; sourceTree = "<group>"; }; | ||
40 | 3C0631B11F0CBE210089D0AB /* buffer_input.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = buffer_input.hpp; sourceTree = "<group>"; }; | ||
41 | 3C0631B21F0CBE210089D0AB /* config.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = config.hpp; sourceTree = "<group>"; }; | ||
42 | 3C0631B41F0CBE210089D0AB /* abnf.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = abnf.hpp; sourceTree = "<group>"; }; | ||
43 | 3C0631B51F0CBE210089D0AB /* alphabet.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = alphabet.hpp; sourceTree = "<group>"; }; | ||
44 | 3C0631B61F0CBE210089D0AB /* changes.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = changes.hpp; sourceTree = "<group>"; }; | ||
45 | 3C0631B71F0CBE210089D0AB /* counter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = counter.hpp; sourceTree = "<group>"; }; | ||
46 | 3C0631B81F0CBE210089D0AB /* http.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = http.hpp; sourceTree = "<group>"; }; | ||
47 | 3C0631B91F0CBE210089D0AB /* json.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = json.hpp; sourceTree = "<group>"; }; | ||
48 | 3C0631BA1F0CBE210089D0AB /* raw_string.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = raw_string.hpp; sourceTree = "<group>"; }; | ||
49 | 3C0631BB1F0CBE210089D0AB /* rep_one_min_max.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = rep_one_min_max.hpp; sourceTree = "<group>"; }; | ||
50 | 3C0631BC1F0CBE210089D0AB /* to_string.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = to_string.hpp; sourceTree = "<group>"; }; | ||
51 | 3C0631BD1F0CBE210089D0AB /* tracer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = tracer.hpp; sourceTree = "<group>"; }; | ||
52 | 3C0631BE1F0CBE210089D0AB /* unescape.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = unescape.hpp; sourceTree = "<group>"; }; | ||
53 | 3C0631BF1F0CBE210089D0AB /* uri.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = uri.hpp; sourceTree = "<group>"; }; | ||
54 | 3C0631C01F0CBE210089D0AB /* cstream_input.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cstream_input.hpp; sourceTree = "<group>"; }; | ||
55 | 3C0631C11F0CBE210089D0AB /* eol.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = eol.hpp; sourceTree = "<group>"; }; | ||
56 | 3C0631C21F0CBE210089D0AB /* file_input.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = file_input.hpp; sourceTree = "<group>"; }; | ||
57 | 3C0631C31F0CBE210089D0AB /* input_error.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = input_error.hpp; sourceTree = "<group>"; }; | ||
58 | 3C0631C51F0CBE210089D0AB /* action.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = action.hpp; sourceTree = "<group>"; }; | ||
59 | 3C0631C61F0CBE210089D0AB /* action_input.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = action_input.hpp; sourceTree = "<group>"; }; | ||
60 | 3C0631C71F0CBE210089D0AB /* alnum.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = alnum.hpp; sourceTree = "<group>"; }; | ||
61 | 3C0631C81F0CBE210089D0AB /* alpha.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = alpha.hpp; sourceTree = "<group>"; }; | ||
62 | 3C0631C91F0CBE210089D0AB /* any.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = any.hpp; sourceTree = "<group>"; }; | ||
63 | 3C0631CA1F0CBE210089D0AB /* apply.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = apply.hpp; sourceTree = "<group>"; }; | ||
64 | 3C0631CB1F0CBE210089D0AB /* apply0.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = apply0.hpp; sourceTree = "<group>"; }; | ||
65 | 3C0631CC1F0CBE210089D0AB /* at.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = at.hpp; sourceTree = "<group>"; }; | ||
66 | 3C0631CD1F0CBE210089D0AB /* bof.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = bof.hpp; sourceTree = "<group>"; }; | ||
67 | 3C0631CE1F0CBE210089D0AB /* bol.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = bol.hpp; sourceTree = "<group>"; }; | ||
68 | 3C0631CF1F0CBE210089D0AB /* bump_help.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = bump_help.hpp; sourceTree = "<group>"; }; | ||
69 | 3C0631D01F0CBE210089D0AB /* bump_impl.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = bump_impl.hpp; sourceTree = "<group>"; }; | ||
70 | 3C0631D11F0CBE210089D0AB /* bytes.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = bytes.hpp; sourceTree = "<group>"; }; | ||
71 | 3C0631D21F0CBE210089D0AB /* control.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = control.hpp; sourceTree = "<group>"; }; | ||
72 | 3C0631D31F0CBE210089D0AB /* cr_crlf_eol.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cr_crlf_eol.hpp; sourceTree = "<group>"; }; | ||
73 | 3C0631D41F0CBE210089D0AB /* cr_eol.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cr_eol.hpp; sourceTree = "<group>"; }; | ||
74 | 3C0631D51F0CBE210089D0AB /* crlf_eol.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = crlf_eol.hpp; sourceTree = "<group>"; }; | ||
75 | 3C0631D61F0CBE210089D0AB /* cstream_reader.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cstream_reader.hpp; sourceTree = "<group>"; }; | ||
76 | 3C0631D71F0CBE210089D0AB /* cstring_reader.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = cstring_reader.hpp; sourceTree = "<group>"; }; | ||
77 | 3C0631D81F0CBE210089D0AB /* demangle.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = demangle.hpp; sourceTree = "<group>"; }; | ||
78 | 3C0631D91F0CBE210089D0AB /* demangle_cxxabi.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = demangle_cxxabi.hpp; sourceTree = "<group>"; }; | ||
79 | 3C0631DA1F0CBE210089D0AB /* demangle_nop.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = demangle_nop.hpp; sourceTree = "<group>"; }; | ||
80 | 3C0631DB1F0CBE210089D0AB /* demangle_sanitise.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = demangle_sanitise.hpp; sourceTree = "<group>"; }; | ||
81 | 3C0631DC1F0CBE210089D0AB /* disable.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = disable.hpp; sourceTree = "<group>"; }; | ||
82 | 3C0631DD1F0CBE210089D0AB /* discard.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = discard.hpp; sourceTree = "<group>"; }; | ||
83 | 3C0631DE1F0CBE210089D0AB /* dusel_mode.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = dusel_mode.hpp; sourceTree = "<group>"; }; | ||
84 | 3C0631DF1F0CBE210089D0AB /* duseltronik.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = duseltronik.hpp; sourceTree = "<group>"; }; | ||
85 | 3C0631E01F0CBE210089D0AB /* enable.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = enable.hpp; sourceTree = "<group>"; }; | ||
86 | 3C0631E11F0CBE210089D0AB /* eof.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = eof.hpp; sourceTree = "<group>"; }; | ||
87 | 3C0631E21F0CBE210089D0AB /* eol.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = eol.hpp; sourceTree = "<group>"; }; | ||
88 | 3C0631E31F0CBE210089D0AB /* eolf.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = eolf.hpp; sourceTree = "<group>"; }; | ||
89 | 3C0631E41F0CBE210089D0AB /* file_mapper.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = file_mapper.hpp; sourceTree = "<group>"; }; | ||
90 | 3C0631E51F0CBE210089D0AB /* file_opener.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = file_opener.hpp; sourceTree = "<group>"; }; | ||
91 | 3C0631E61F0CBE210089D0AB /* file_reader.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = file_reader.hpp; sourceTree = "<group>"; }; | ||
92 | 3C0631E71F0CBE210089D0AB /* has_apply0.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = has_apply0.hpp; sourceTree = "<group>"; }; | ||
93 | 3C0631E81F0CBE210089D0AB /* identifier.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = identifier.hpp; sourceTree = "<group>"; }; | ||
94 | 3C0631E91F0CBE210089D0AB /* if_apply.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = if_apply.hpp; sourceTree = "<group>"; }; | ||
95 | 3C0631EA1F0CBE210089D0AB /* if_must.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = if_must.hpp; sourceTree = "<group>"; }; | ||
96 | 3C0631EB1F0CBE210089D0AB /* if_must_else.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = if_must_else.hpp; sourceTree = "<group>"; }; | ||
97 | 3C0631EC1F0CBE210089D0AB /* if_then_else.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = if_then_else.hpp; sourceTree = "<group>"; }; | ||
98 | 3C0631ED1F0CBE210089D0AB /* input_pair.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = input_pair.hpp; sourceTree = "<group>"; }; | ||
99 | 3C0631EE1F0CBE210089D0AB /* integer_sequence.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = integer_sequence.hpp; sourceTree = "<group>"; }; | ||
100 | 3C0631EF1F0CBE210089D0AB /* istream_reader.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = istream_reader.hpp; sourceTree = "<group>"; }; | ||
101 | 3C0631F01F0CBE210089D0AB /* istring.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = istring.hpp; sourceTree = "<group>"; }; | ||
102 | 3C0631F11F0CBE210089D0AB /* iterator.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = iterator.hpp; sourceTree = "<group>"; }; | ||
103 | 3C0631F21F0CBE210089D0AB /* lf_crlf_eol.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = lf_crlf_eol.hpp; sourceTree = "<group>"; }; | ||
104 | 3C0631F31F0CBE210089D0AB /* lf_eol.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = lf_eol.hpp; sourceTree = "<group>"; }; | ||
105 | 3C0631F41F0CBE210089D0AB /* list.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = list.hpp; sourceTree = "<group>"; }; | ||
106 | 3C0631F51F0CBE210089D0AB /* list_must.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = list_must.hpp; sourceTree = "<group>"; }; | ||
107 | 3C0631F61F0CBE210089D0AB /* list_tail.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = list_tail.hpp; sourceTree = "<group>"; }; | ||
108 | 3C0631F71F0CBE210089D0AB /* list_tail_pad.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = list_tail_pad.hpp; sourceTree = "<group>"; }; | ||
109 | 3C0631F81F0CBE210089D0AB /* marker.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = marker.hpp; sourceTree = "<group>"; }; | ||
110 | 3C0631F91F0CBE210089D0AB /* minus.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = minus.hpp; sourceTree = "<group>"; }; | ||
111 | 3C0631FA1F0CBE210089D0AB /* must.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = must.hpp; sourceTree = "<group>"; }; | ||
112 | 3C0631FB1F0CBE210089D0AB /* not_at.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = not_at.hpp; sourceTree = "<group>"; }; | ||
113 | 3C0631FC1F0CBE210089D0AB /* one.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = one.hpp; sourceTree = "<group>"; }; | ||
114 | 3C0631FD1F0CBE210089D0AB /* opt.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = opt.hpp; sourceTree = "<group>"; }; | ||
115 | 3C0631FE1F0CBE210089D0AB /* pad.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = pad.hpp; sourceTree = "<group>"; }; | ||
116 | 3C0631FF1F0CBE210089D0AB /* pad_opt.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = pad_opt.hpp; sourceTree = "<group>"; }; | ||
117 | 3C0632001F0CBE210089D0AB /* peek_char.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = peek_char.hpp; sourceTree = "<group>"; }; | ||
118 | 3C0632011F0CBE210089D0AB /* peek_utf16.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = peek_utf16.hpp; sourceTree = "<group>"; }; | ||
119 | 3C0632021F0CBE210089D0AB /* peek_utf32.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = peek_utf32.hpp; sourceTree = "<group>"; }; | ||
120 | 3C0632031F0CBE210089D0AB /* peek_utf8.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = peek_utf8.hpp; sourceTree = "<group>"; }; | ||
121 | 3C0632041F0CBE210089D0AB /* pegtl_string.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = pegtl_string.hpp; sourceTree = "<group>"; }; | ||
122 | 3C0632051F0CBE210089D0AB /* plus.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = plus.hpp; sourceTree = "<group>"; }; | ||
123 | 3C0632061F0CBE210089D0AB /* raise.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = raise.hpp; sourceTree = "<group>"; }; | ||
124 | 3C0632071F0CBE210089D0AB /* range.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = range.hpp; sourceTree = "<group>"; }; | ||
125 | 3C0632081F0CBE210089D0AB /* ranges.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ranges.hpp; sourceTree = "<group>"; }; | ||
126 | 3C0632091F0CBE210089D0AB /* rep.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = rep.hpp; sourceTree = "<group>"; }; | ||
127 | 3C06320A1F0CBE210089D0AB /* rep_min.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = rep_min.hpp; sourceTree = "<group>"; }; | ||
128 | 3C06320B1F0CBE210089D0AB /* rep_min_max.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = rep_min_max.hpp; sourceTree = "<group>"; }; | ||
129 | 3C06320C1F0CBE210089D0AB /* rep_opt.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = rep_opt.hpp; sourceTree = "<group>"; }; | ||
130 | 3C06320D1F0CBE210089D0AB /* require.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = require.hpp; sourceTree = "<group>"; }; | ||
131 | 3C06320E1F0CBE210089D0AB /* result_on_found.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = result_on_found.hpp; sourceTree = "<group>"; }; | ||
132 | 3C06320F1F0CBE210089D0AB /* rule_conjunction.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = rule_conjunction.hpp; sourceTree = "<group>"; }; | ||
133 | 3C0632101F0CBE210089D0AB /* rules.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = rules.hpp; sourceTree = "<group>"; }; | ||
134 | 3C0632111F0CBE210089D0AB /* seq.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = seq.hpp; sourceTree = "<group>"; }; | ||
135 | 3C0632121F0CBE210089D0AB /* skip_control.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = skip_control.hpp; sourceTree = "<group>"; }; | ||
136 | 3C0632131F0CBE210089D0AB /* sor.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = sor.hpp; sourceTree = "<group>"; }; | ||
137 | 3C0632141F0CBE210089D0AB /* star.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = star.hpp; sourceTree = "<group>"; }; | ||
138 | 3C0632151F0CBE210089D0AB /* star_must.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = star_must.hpp; sourceTree = "<group>"; }; | ||
139 | 3C0632161F0CBE210089D0AB /* state.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = state.hpp; sourceTree = "<group>"; }; | ||
140 | 3C0632171F0CBE210089D0AB /* string.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = string.hpp; sourceTree = "<group>"; }; | ||
141 | 3C0632181F0CBE210089D0AB /* trivial.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = trivial.hpp; sourceTree = "<group>"; }; | ||
142 | 3C0632191F0CBE210089D0AB /* try_catch_type.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = try_catch_type.hpp; sourceTree = "<group>"; }; | ||
143 | 3C06321A1F0CBE210089D0AB /* until.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = until.hpp; sourceTree = "<group>"; }; | ||
144 | 3C06321B1F0CBE210089D0AB /* istream_input.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = istream_input.hpp; sourceTree = "<group>"; }; | ||
145 | 3C06321C1F0CBE210089D0AB /* memory_input.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = memory_input.hpp; sourceTree = "<group>"; }; | ||
146 | 3C06321D1F0CBE210089D0AB /* mmap_input.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = mmap_input.hpp; sourceTree = "<group>"; }; | ||
147 | 3C06321E1F0CBE210089D0AB /* normal.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = normal.hpp; sourceTree = "<group>"; }; | ||
148 | 3C06321F1F0CBE210089D0AB /* nothing.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = nothing.hpp; sourceTree = "<group>"; }; | ||
149 | 3C0632201F0CBE210089D0AB /* parse.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = parse.hpp; sourceTree = "<group>"; }; | ||
150 | 3C0632211F0CBE210089D0AB /* parse_error.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = parse_error.hpp; sourceTree = "<group>"; }; | ||
151 | 3C0632221F0CBE210089D0AB /* position.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = position.hpp; sourceTree = "<group>"; }; | ||
152 | 3C0632231F0CBE210089D0AB /* read_input.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = read_input.hpp; sourceTree = "<group>"; }; | ||
153 | 3C0632241F0CBE210089D0AB /* rewind_mode.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = rewind_mode.hpp; sourceTree = "<group>"; }; | ||
154 | 3C0632251F0CBE210089D0AB /* rules.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = rules.hpp; sourceTree = "<group>"; }; | ||
155 | 3C0632261F0CBE210089D0AB /* string_input.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = string_input.hpp; sourceTree = "<group>"; }; | ||
156 | 3C0632271F0CBE210089D0AB /* tracking_mode.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = tracking_mode.hpp; sourceTree = "<group>"; }; | ||
157 | 3C0632281F0CBE210089D0AB /* utf16.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = utf16.hpp; sourceTree = "<group>"; }; | ||
158 | 3C0632291F0CBE210089D0AB /* utf32.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = utf32.hpp; sourceTree = "<group>"; }; | ||
159 | 3C06322A1F0CBE210089D0AB /* utf8.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = utf8.hpp; sourceTree = "<group>"; }; | ||
160 | 3C06322B1F0CBE210089D0AB /* version.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = version.hpp; sourceTree = "<group>"; }; | ||
161 | 3C06322C1F0CBE210089D0AB /* pegtl.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = pegtl.hpp; sourceTree = "<group>"; }; | ||
162 | 3C06322D1F0CBE210089D0AB /* slice.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = slice.cpp; sourceTree = "<group>"; }; | ||
163 | 3C06322E1F0CBE210089D0AB /* slice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = slice.h; sourceTree = "<group>"; }; | ||
164 | 3C0F0F6C1EF3781E000EADDB /* MoonParser */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = MoonParser; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
165 | /* End PBXFileReference section */ | ||
166 | |||
167 | /* Begin PBXFrameworksBuildPhase section */ | ||
168 | 3C0F0F691EF3781E000EADDB /* Frameworks */ = { | ||
169 | isa = PBXFrameworksBuildPhase; | ||
170 | buildActionMask = 2147483647; | ||
171 | files = ( | ||
172 | ); | ||
173 | runOnlyForDeploymentPostprocessing = 0; | ||
174 | }; | ||
175 | /* End PBXFrameworksBuildPhase section */ | ||
176 | |||
177 | /* Begin PBXGroup section */ | ||
178 | 3C0631A11F0CBE210089D0AB /* MoonParser */ = { | ||
179 | isa = PBXGroup; | ||
180 | children = ( | ||
181 | 3C0631A21F0CBE210089D0AB /* main.cpp */, | ||
182 | 3C0631A31F0CBE210089D0AB /* pegtl */, | ||
183 | 3C06322C1F0CBE210089D0AB /* pegtl.hpp */, | ||
184 | 3C06322D1F0CBE210089D0AB /* slice.cpp */, | ||
185 | 3C06322E1F0CBE210089D0AB /* slice.h */, | ||
186 | ); | ||
187 | path = MoonParser; | ||
188 | sourceTree = "<group>"; | ||
189 | }; | ||
190 | 3C0631A31F0CBE210089D0AB /* pegtl */ = { | ||
191 | isa = PBXGroup; | ||
192 | children = ( | ||
193 | 3C0631A41F0CBE210089D0AB /* analysis */, | ||
194 | 3C0631AD1F0CBE210089D0AB /* analyze.hpp */, | ||
195 | 3C0631AE1F0CBE210089D0AB /* apply_mode.hpp */, | ||
196 | 3C0631AF1F0CBE210089D0AB /* argv_input.hpp */, | ||
197 | 3C0631B01F0CBE210089D0AB /* ascii.hpp */, | ||
198 | 3C0631B11F0CBE210089D0AB /* buffer_input.hpp */, | ||
199 | 3C0631B21F0CBE210089D0AB /* config.hpp */, | ||
200 | 3C0631B31F0CBE210089D0AB /* contrib */, | ||
201 | 3C0631C01F0CBE210089D0AB /* cstream_input.hpp */, | ||
202 | 3C0631C11F0CBE210089D0AB /* eol.hpp */, | ||
203 | 3C0631C21F0CBE210089D0AB /* file_input.hpp */, | ||
204 | 3C0631C31F0CBE210089D0AB /* input_error.hpp */, | ||
205 | 3C0631C41F0CBE210089D0AB /* internal */, | ||
206 | 3C06321B1F0CBE210089D0AB /* istream_input.hpp */, | ||
207 | 3C06321C1F0CBE210089D0AB /* memory_input.hpp */, | ||
208 | 3C06321D1F0CBE210089D0AB /* mmap_input.hpp */, | ||
209 | 3C06321E1F0CBE210089D0AB /* normal.hpp */, | ||
210 | 3C06321F1F0CBE210089D0AB /* nothing.hpp */, | ||
211 | 3C0632201F0CBE210089D0AB /* parse.hpp */, | ||
212 | 3C0632211F0CBE210089D0AB /* parse_error.hpp */, | ||
213 | 3C0632221F0CBE210089D0AB /* position.hpp */, | ||
214 | 3C0632231F0CBE210089D0AB /* read_input.hpp */, | ||
215 | 3C0632241F0CBE210089D0AB /* rewind_mode.hpp */, | ||
216 | 3C0632251F0CBE210089D0AB /* rules.hpp */, | ||
217 | 3C0632261F0CBE210089D0AB /* string_input.hpp */, | ||
218 | 3C0632271F0CBE210089D0AB /* tracking_mode.hpp */, | ||
219 | 3C0632281F0CBE210089D0AB /* utf16.hpp */, | ||
220 | 3C0632291F0CBE210089D0AB /* utf32.hpp */, | ||
221 | 3C06322A1F0CBE210089D0AB /* utf8.hpp */, | ||
222 | 3C06322B1F0CBE210089D0AB /* version.hpp */, | ||
223 | ); | ||
224 | path = pegtl; | ||
225 | sourceTree = "<group>"; | ||
226 | }; | ||
227 | 3C0631A41F0CBE210089D0AB /* analysis */ = { | ||
228 | isa = PBXGroup; | ||
229 | children = ( | ||
230 | 3C0631A51F0CBE210089D0AB /* analyze_cycles.hpp */, | ||
231 | 3C0631A61F0CBE210089D0AB /* counted.hpp */, | ||
232 | 3C0631A71F0CBE210089D0AB /* generic.hpp */, | ||
233 | 3C0631A81F0CBE210089D0AB /* grammar_info.hpp */, | ||
234 | 3C0631A91F0CBE210089D0AB /* insert_guard.hpp */, | ||
235 | 3C0631AA1F0CBE210089D0AB /* insert_rules.hpp */, | ||
236 | 3C0631AB1F0CBE210089D0AB /* rule_info.hpp */, | ||
237 | 3C0631AC1F0CBE210089D0AB /* rule_type.hpp */, | ||
238 | ); | ||
239 | path = analysis; | ||
240 | sourceTree = "<group>"; | ||
241 | }; | ||
242 | 3C0631B31F0CBE210089D0AB /* contrib */ = { | ||
243 | isa = PBXGroup; | ||
244 | children = ( | ||
245 | 3C0631B41F0CBE210089D0AB /* abnf.hpp */, | ||
246 | 3C0631B51F0CBE210089D0AB /* alphabet.hpp */, | ||
247 | 3C0631B61F0CBE210089D0AB /* changes.hpp */, | ||
248 | 3C0631B71F0CBE210089D0AB /* counter.hpp */, | ||
249 | 3C0631B81F0CBE210089D0AB /* http.hpp */, | ||
250 | 3C0631B91F0CBE210089D0AB /* json.hpp */, | ||
251 | 3C0631BA1F0CBE210089D0AB /* raw_string.hpp */, | ||
252 | 3C0631BB1F0CBE210089D0AB /* rep_one_min_max.hpp */, | ||
253 | 3C0631BC1F0CBE210089D0AB /* to_string.hpp */, | ||
254 | 3C0631BD1F0CBE210089D0AB /* tracer.hpp */, | ||
255 | 3C0631BE1F0CBE210089D0AB /* unescape.hpp */, | ||
256 | 3C0631BF1F0CBE210089D0AB /* uri.hpp */, | ||
257 | ); | ||
258 | path = contrib; | ||
259 | sourceTree = "<group>"; | ||
260 | }; | ||
261 | 3C0631C41F0CBE210089D0AB /* internal */ = { | ||
262 | isa = PBXGroup; | ||
263 | children = ( | ||
264 | 3C0631C51F0CBE210089D0AB /* action.hpp */, | ||
265 | 3C0631C61F0CBE210089D0AB /* action_input.hpp */, | ||
266 | 3C0631C71F0CBE210089D0AB /* alnum.hpp */, | ||
267 | 3C0631C81F0CBE210089D0AB /* alpha.hpp */, | ||
268 | 3C0631C91F0CBE210089D0AB /* any.hpp */, | ||
269 | 3C0631CA1F0CBE210089D0AB /* apply.hpp */, | ||
270 | 3C0631CB1F0CBE210089D0AB /* apply0.hpp */, | ||
271 | 3C0631CC1F0CBE210089D0AB /* at.hpp */, | ||
272 | 3C0631CD1F0CBE210089D0AB /* bof.hpp */, | ||
273 | 3C0631CE1F0CBE210089D0AB /* bol.hpp */, | ||
274 | 3C0631CF1F0CBE210089D0AB /* bump_help.hpp */, | ||
275 | 3C0631D01F0CBE210089D0AB /* bump_impl.hpp */, | ||
276 | 3C0631D11F0CBE210089D0AB /* bytes.hpp */, | ||
277 | 3C0631D21F0CBE210089D0AB /* control.hpp */, | ||
278 | 3C0631D31F0CBE210089D0AB /* cr_crlf_eol.hpp */, | ||
279 | 3C0631D41F0CBE210089D0AB /* cr_eol.hpp */, | ||
280 | 3C0631D51F0CBE210089D0AB /* crlf_eol.hpp */, | ||
281 | 3C0631D61F0CBE210089D0AB /* cstream_reader.hpp */, | ||
282 | 3C0631D71F0CBE210089D0AB /* cstring_reader.hpp */, | ||
283 | 3C0631D81F0CBE210089D0AB /* demangle.hpp */, | ||
284 | 3C0631D91F0CBE210089D0AB /* demangle_cxxabi.hpp */, | ||
285 | 3C0631DA1F0CBE210089D0AB /* demangle_nop.hpp */, | ||
286 | 3C0631DB1F0CBE210089D0AB /* demangle_sanitise.hpp */, | ||
287 | 3C0631DC1F0CBE210089D0AB /* disable.hpp */, | ||
288 | 3C0631DD1F0CBE210089D0AB /* discard.hpp */, | ||
289 | 3C0631DE1F0CBE210089D0AB /* dusel_mode.hpp */, | ||
290 | 3C0631DF1F0CBE210089D0AB /* duseltronik.hpp */, | ||
291 | 3C0631E01F0CBE210089D0AB /* enable.hpp */, | ||
292 | 3C0631E11F0CBE210089D0AB /* eof.hpp */, | ||
293 | 3C0631E21F0CBE210089D0AB /* eol.hpp */, | ||
294 | 3C0631E31F0CBE210089D0AB /* eolf.hpp */, | ||
295 | 3C0631E41F0CBE210089D0AB /* file_mapper.hpp */, | ||
296 | 3C0631E51F0CBE210089D0AB /* file_opener.hpp */, | ||
297 | 3C0631E61F0CBE210089D0AB /* file_reader.hpp */, | ||
298 | 3C0631E71F0CBE210089D0AB /* has_apply0.hpp */, | ||
299 | 3C0631E81F0CBE210089D0AB /* identifier.hpp */, | ||
300 | 3C0631E91F0CBE210089D0AB /* if_apply.hpp */, | ||
301 | 3C0631EA1F0CBE210089D0AB /* if_must.hpp */, | ||
302 | 3C0631EB1F0CBE210089D0AB /* if_must_else.hpp */, | ||
303 | 3C0631EC1F0CBE210089D0AB /* if_then_else.hpp */, | ||
304 | 3C0631ED1F0CBE210089D0AB /* input_pair.hpp */, | ||
305 | 3C0631EE1F0CBE210089D0AB /* integer_sequence.hpp */, | ||
306 | 3C0631EF1F0CBE210089D0AB /* istream_reader.hpp */, | ||
307 | 3C0631F01F0CBE210089D0AB /* istring.hpp */, | ||
308 | 3C0631F11F0CBE210089D0AB /* iterator.hpp */, | ||
309 | 3C0631F21F0CBE210089D0AB /* lf_crlf_eol.hpp */, | ||
310 | 3C0631F31F0CBE210089D0AB /* lf_eol.hpp */, | ||
311 | 3C0631F41F0CBE210089D0AB /* list.hpp */, | ||
312 | 3C0631F51F0CBE210089D0AB /* list_must.hpp */, | ||
313 | 3C0631F61F0CBE210089D0AB /* list_tail.hpp */, | ||
314 | 3C0631F71F0CBE210089D0AB /* list_tail_pad.hpp */, | ||
315 | 3C0631F81F0CBE210089D0AB /* marker.hpp */, | ||
316 | 3C0631F91F0CBE210089D0AB /* minus.hpp */, | ||
317 | 3C0631FA1F0CBE210089D0AB /* must.hpp */, | ||
318 | 3C0631FB1F0CBE210089D0AB /* not_at.hpp */, | ||
319 | 3C0631FC1F0CBE210089D0AB /* one.hpp */, | ||
320 | 3C0631FD1F0CBE210089D0AB /* opt.hpp */, | ||
321 | 3C0631FE1F0CBE210089D0AB /* pad.hpp */, | ||
322 | 3C0631FF1F0CBE210089D0AB /* pad_opt.hpp */, | ||
323 | 3C0632001F0CBE210089D0AB /* peek_char.hpp */, | ||
324 | 3C0632011F0CBE210089D0AB /* peek_utf16.hpp */, | ||
325 | 3C0632021F0CBE210089D0AB /* peek_utf32.hpp */, | ||
326 | 3C0632031F0CBE210089D0AB /* peek_utf8.hpp */, | ||
327 | 3C0632041F0CBE210089D0AB /* pegtl_string.hpp */, | ||
328 | 3C0632051F0CBE210089D0AB /* plus.hpp */, | ||
329 | 3C0632061F0CBE210089D0AB /* raise.hpp */, | ||
330 | 3C0632071F0CBE210089D0AB /* range.hpp */, | ||
331 | 3C0632081F0CBE210089D0AB /* ranges.hpp */, | ||
332 | 3C0632091F0CBE210089D0AB /* rep.hpp */, | ||
333 | 3C06320A1F0CBE210089D0AB /* rep_min.hpp */, | ||
334 | 3C06320B1F0CBE210089D0AB /* rep_min_max.hpp */, | ||
335 | 3C06320C1F0CBE210089D0AB /* rep_opt.hpp */, | ||
336 | 3C06320D1F0CBE210089D0AB /* require.hpp */, | ||
337 | 3C06320E1F0CBE210089D0AB /* result_on_found.hpp */, | ||
338 | 3C06320F1F0CBE210089D0AB /* rule_conjunction.hpp */, | ||
339 | 3C0632101F0CBE210089D0AB /* rules.hpp */, | ||
340 | 3C0632111F0CBE210089D0AB /* seq.hpp */, | ||
341 | 3C0632121F0CBE210089D0AB /* skip_control.hpp */, | ||
342 | 3C0632131F0CBE210089D0AB /* sor.hpp */, | ||
343 | 3C0632141F0CBE210089D0AB /* star.hpp */, | ||
344 | 3C0632151F0CBE210089D0AB /* star_must.hpp */, | ||
345 | 3C0632161F0CBE210089D0AB /* state.hpp */, | ||
346 | 3C0632171F0CBE210089D0AB /* string.hpp */, | ||
347 | 3C0632181F0CBE210089D0AB /* trivial.hpp */, | ||
348 | 3C0632191F0CBE210089D0AB /* try_catch_type.hpp */, | ||
349 | 3C06321A1F0CBE210089D0AB /* until.hpp */, | ||
350 | ); | ||
351 | path = internal; | ||
352 | sourceTree = "<group>"; | ||
353 | }; | ||
354 | 3C0F0F631EF3781E000EADDB = { | ||
355 | isa = PBXGroup; | ||
356 | children = ( | ||
357 | 3C0631A11F0CBE210089D0AB /* MoonParser */, | ||
358 | 3C0F0F6D1EF3781E000EADDB /* Products */, | ||
359 | ); | ||
360 | sourceTree = "<group>"; | ||
361 | }; | ||
362 | 3C0F0F6D1EF3781E000EADDB /* Products */ = { | ||
363 | isa = PBXGroup; | ||
364 | children = ( | ||
365 | 3C0F0F6C1EF3781E000EADDB /* MoonParser */, | ||
366 | ); | ||
367 | name = Products; | ||
368 | sourceTree = "<group>"; | ||
369 | }; | ||
370 | /* End PBXGroup section */ | ||
371 | |||
372 | /* Begin PBXNativeTarget section */ | ||
373 | 3C0F0F6B1EF3781E000EADDB /* MoonParser */ = { | ||
374 | isa = PBXNativeTarget; | ||
375 | buildConfigurationList = 3C0F0F731EF3781E000EADDB /* Build configuration list for PBXNativeTarget "MoonParser" */; | ||
376 | buildPhases = ( | ||
377 | 3C0F0F681EF3781E000EADDB /* Sources */, | ||
378 | 3C0F0F691EF3781E000EADDB /* Frameworks */, | ||
379 | 3C0F0F6A1EF3781E000EADDB /* CopyFiles */, | ||
380 | ); | ||
381 | buildRules = ( | ||
382 | ); | ||
383 | dependencies = ( | ||
384 | ); | ||
385 | name = MoonParser; | ||
386 | productName = PegtlStudy; | ||
387 | productReference = 3C0F0F6C1EF3781E000EADDB /* MoonParser */; | ||
388 | productType = "com.apple.product-type.tool"; | ||
389 | }; | ||
390 | /* End PBXNativeTarget section */ | ||
391 | |||
392 | /* Begin PBXProject section */ | ||
393 | 3C0F0F641EF3781E000EADDB /* Project object */ = { | ||
394 | isa = PBXProject; | ||
395 | attributes = { | ||
396 | LastUpgradeCheck = 0820; | ||
397 | ORGANIZATIONNAME = "Li Jin"; | ||
398 | TargetAttributes = { | ||
399 | 3C0F0F6B1EF3781E000EADDB = { | ||
400 | CreatedOnToolsVersion = 8.2.1; | ||
401 | ProvisioningStyle = Automatic; | ||
402 | }; | ||
403 | }; | ||
404 | }; | ||
405 | buildConfigurationList = 3C0F0F671EF3781E000EADDB /* Build configuration list for PBXProject "MoonParser" */; | ||
406 | compatibilityVersion = "Xcode 3.2"; | ||
407 | developmentRegion = English; | ||
408 | hasScannedForEncodings = 0; | ||
409 | knownRegions = ( | ||
410 | en, | ||
411 | ); | ||
412 | mainGroup = 3C0F0F631EF3781E000EADDB; | ||
413 | productRefGroup = 3C0F0F6D1EF3781E000EADDB /* Products */; | ||
414 | projectDirPath = ""; | ||
415 | projectRoot = ""; | ||
416 | targets = ( | ||
417 | 3C0F0F6B1EF3781E000EADDB /* MoonParser */, | ||
418 | ); | ||
419 | }; | ||
420 | /* End PBXProject section */ | ||
421 | |||
422 | /* Begin PBXSourcesBuildPhase section */ | ||
423 | 3C0F0F681EF3781E000EADDB /* Sources */ = { | ||
424 | isa = PBXSourcesBuildPhase; | ||
425 | buildActionMask = 2147483647; | ||
426 | files = ( | ||
427 | 3C0632301F0CBE210089D0AB /* slice.cpp in Sources */, | ||
428 | 3C06322F1F0CBE210089D0AB /* main.cpp in Sources */, | ||
429 | ); | ||
430 | runOnlyForDeploymentPostprocessing = 0; | ||
431 | }; | ||
432 | /* End PBXSourcesBuildPhase section */ | ||
433 | |||
434 | /* Begin XCBuildConfiguration section */ | ||
435 | 3C0F0F711EF3781E000EADDB /* Debug */ = { | ||
436 | isa = XCBuildConfiguration; | ||
437 | buildSettings = { | ||
438 | ALWAYS_SEARCH_USER_PATHS = NO; | ||
439 | CLANG_ANALYZER_NONNULL = YES; | ||
440 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | ||
441 | CLANG_CXX_LIBRARY = "libc++"; | ||
442 | CLANG_ENABLE_MODULES = YES; | ||
443 | CLANG_ENABLE_OBJC_ARC = YES; | ||
444 | CLANG_WARN_BOOL_CONVERSION = YES; | ||
445 | CLANG_WARN_CONSTANT_CONVERSION = YES; | ||
446 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | ||
447 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | ||
448 | CLANG_WARN_EMPTY_BODY = YES; | ||
449 | CLANG_WARN_ENUM_CONVERSION = YES; | ||
450 | CLANG_WARN_INFINITE_RECURSION = YES; | ||
451 | CLANG_WARN_INT_CONVERSION = YES; | ||
452 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | ||
453 | CLANG_WARN_SUSPICIOUS_MOVE = YES; | ||
454 | CLANG_WARN_UNREACHABLE_CODE = YES; | ||
455 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
456 | CODE_SIGN_IDENTITY = "-"; | ||
457 | COPY_PHASE_STRIP = NO; | ||
458 | DEBUG_INFORMATION_FORMAT = dwarf; | ||
459 | ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
460 | ENABLE_TESTABILITY = YES; | ||
461 | GCC_C_LANGUAGE_STANDARD = gnu99; | ||
462 | GCC_DYNAMIC_NO_PIC = NO; | ||
463 | GCC_NO_COMMON_BLOCKS = YES; | ||
464 | GCC_OPTIMIZATION_LEVEL = 0; | ||
465 | GCC_PREPROCESSOR_DEFINITIONS = ( | ||
466 | "DEBUG=1", | ||
467 | "$(inherited)", | ||
468 | ); | ||
469 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | ||
470 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | ||
471 | GCC_WARN_UNDECLARED_SELECTOR = YES; | ||
472 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | ||
473 | GCC_WARN_UNUSED_FUNCTION = YES; | ||
474 | GCC_WARN_UNUSED_VARIABLE = YES; | ||
475 | MACOSX_DEPLOYMENT_TARGET = 10.12; | ||
476 | MTL_ENABLE_DEBUG_INFO = YES; | ||
477 | ONLY_ACTIVE_ARCH = YES; | ||
478 | SDKROOT = macosx; | ||
479 | }; | ||
480 | name = Debug; | ||
481 | }; | ||
482 | 3C0F0F721EF3781E000EADDB /* Release */ = { | ||
483 | isa = XCBuildConfiguration; | ||
484 | buildSettings = { | ||
485 | ALWAYS_SEARCH_USER_PATHS = NO; | ||
486 | CLANG_ANALYZER_NONNULL = YES; | ||
487 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | ||
488 | CLANG_CXX_LIBRARY = "libc++"; | ||
489 | CLANG_ENABLE_MODULES = YES; | ||
490 | CLANG_ENABLE_OBJC_ARC = YES; | ||
491 | CLANG_WARN_BOOL_CONVERSION = YES; | ||
492 | CLANG_WARN_CONSTANT_CONVERSION = YES; | ||
493 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | ||
494 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | ||
495 | CLANG_WARN_EMPTY_BODY = YES; | ||
496 | CLANG_WARN_ENUM_CONVERSION = YES; | ||
497 | CLANG_WARN_INFINITE_RECURSION = YES; | ||
498 | CLANG_WARN_INT_CONVERSION = YES; | ||
499 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | ||
500 | CLANG_WARN_SUSPICIOUS_MOVE = YES; | ||
501 | CLANG_WARN_UNREACHABLE_CODE = YES; | ||
502 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
503 | CODE_SIGN_IDENTITY = "-"; | ||
504 | COPY_PHASE_STRIP = NO; | ||
505 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | ||
506 | ENABLE_NS_ASSERTIONS = NO; | ||
507 | ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
508 | GCC_C_LANGUAGE_STANDARD = gnu99; | ||
509 | GCC_NO_COMMON_BLOCKS = YES; | ||
510 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | ||
511 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | ||
512 | GCC_WARN_UNDECLARED_SELECTOR = YES; | ||
513 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | ||
514 | GCC_WARN_UNUSED_FUNCTION = YES; | ||
515 | GCC_WARN_UNUSED_VARIABLE = YES; | ||
516 | MACOSX_DEPLOYMENT_TARGET = 10.12; | ||
517 | MTL_ENABLE_DEBUG_INFO = NO; | ||
518 | SDKROOT = macosx; | ||
519 | }; | ||
520 | name = Release; | ||
521 | }; | ||
522 | 3C0F0F741EF3781E000EADDB /* Debug */ = { | ||
523 | isa = XCBuildConfiguration; | ||
524 | buildSettings = { | ||
525 | OTHER_CPLUSPLUSFLAGS = ( | ||
526 | "$(OTHER_CFLAGS)", | ||
527 | "-ftemplate-depth=512", | ||
528 | ); | ||
529 | PRODUCT_NAME = "$(TARGET_NAME)"; | ||
530 | }; | ||
531 | name = Debug; | ||
532 | }; | ||
533 | 3C0F0F751EF3781E000EADDB /* Release */ = { | ||
534 | isa = XCBuildConfiguration; | ||
535 | buildSettings = { | ||
536 | OTHER_CPLUSPLUSFLAGS = ( | ||
537 | "$(OTHER_CFLAGS)", | ||
538 | "-ftemplate-depth=512", | ||
539 | ); | ||
540 | PRODUCT_NAME = "$(TARGET_NAME)"; | ||
541 | }; | ||
542 | name = Release; | ||
543 | }; | ||
544 | /* End XCBuildConfiguration section */ | ||
545 | |||
546 | /* Begin XCConfigurationList section */ | ||
547 | 3C0F0F671EF3781E000EADDB /* Build configuration list for PBXProject "MoonParser" */ = { | ||
548 | isa = XCConfigurationList; | ||
549 | buildConfigurations = ( | ||
550 | 3C0F0F711EF3781E000EADDB /* Debug */, | ||
551 | 3C0F0F721EF3781E000EADDB /* Release */, | ||
552 | ); | ||
553 | defaultConfigurationIsVisible = 0; | ||
554 | defaultConfigurationName = Release; | ||
555 | }; | ||
556 | 3C0F0F731EF3781E000EADDB /* Build configuration list for PBXNativeTarget "MoonParser" */ = { | ||
557 | isa = XCConfigurationList; | ||
558 | buildConfigurations = ( | ||
559 | 3C0F0F741EF3781E000EADDB /* Debug */, | ||
560 | 3C0F0F751EF3781E000EADDB /* Release */, | ||
561 | ); | ||
562 | defaultConfigurationIsVisible = 0; | ||
563 | defaultConfigurationName = Release; | ||
564 | }; | ||
565 | /* End XCConfigurationList section */ | ||
566 | }; | ||
567 | rootObject = 3C0F0F641EF3781E000EADDB /* Project object */; | ||
568 | } | ||