lounge_lizard 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +11 -0
- data/.gitmodules +3 -0
- data/.rspec +2 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +4 -0
- data/Guardfile +33 -0
- data/LICENSE.txt +21 -0
- data/README.md +50 -0
- data/Rakefile +43 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/circle.yml +14 -0
- data/ext/drafter/CHANGELOG.md +278 -0
- data/ext/drafter/Dockerfile +17 -0
- data/ext/drafter/Makefile +62 -0
- data/ext/drafter/appveyor.yml +17 -0
- data/ext/drafter/bin/drafter +0 -0
- data/ext/drafter/build/Makefile +387 -0
- data/ext/drafter/build/drafter.Makefile +6 -0
- data/ext/drafter/build/drafter.target.mk +159 -0
- data/ext/drafter/build/ext/snowcrash/libmarkdownparser.target.mk +141 -0
- data/ext/drafter/build/ext/snowcrash/libsnowcrash.target.mk +154 -0
- data/ext/drafter/build/ext/snowcrash/libsundown.target.mk +149 -0
- data/ext/drafter/build/ext/snowcrash/perf-libsnowcrash.target.mk +147 -0
- data/ext/drafter/build/ext/snowcrash/snowcrash.Makefile +6 -0
- data/ext/drafter/build/gyp-mac-tool +606 -0
- data/ext/drafter/build/libdrafter.target.mk +186 -0
- data/ext/drafter/build/libsos.target.mk +137 -0
- data/ext/drafter/build/out/Release/drafter +0 -0
- data/ext/drafter/build/out/Release/libdrafter.dylib +0 -0
- data/ext/drafter/build/out/Release/libmarkdownparser.a +0 -0
- data/ext/drafter/build/out/Release/libsnowcrash.a +0 -0
- data/ext/drafter/build/out/Release/libsos.a +0 -0
- data/ext/drafter/build/out/Release/libsundown.a +0 -0
- data/ext/drafter/build/out/Release/obj.target/drafter/src/config.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/drafter/src/main.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/drafter/src/reporting.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/ConversionContext.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/NamedTypesRegistry.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/RefractAPI.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/RefractDataStructure.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/RefractElementFactory.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/RefractSourceMap.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/Render.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/Serialize.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/SerializeAST.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/SerializeResult.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/SerializeSourcemap.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/drafter.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/drafter_private.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/ComparableVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/Element.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/ExpandVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/IsExpandableVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/JSONSchemaVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/PrintVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/Query.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/Registry.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/RenderJSONVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/SerializeCompactVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/SerializeVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/TypeQueryVisitor.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libdrafter/src/refract/VisitorUtils.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libmarkdownparser/ext/snowcrash/ext/markdown-parser/src/ByteBuffer.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libmarkdownparser/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libmarkdownparser/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/Blueprint.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/BlueprintSourcemap.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/HTTP.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/HeadersParser.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSON.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONOneOfParser.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONSourcemap.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONTypeSectionParser.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/MSONValueMemberParser.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/Section.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/Signature.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/UriTemplateParser.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/posix/RegexMatch.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsnowcrash/ext/snowcrash/src/snowcrash.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsos/ext/sos/src/sos.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_href_e.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_html_e.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html_smartypants.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/autolink.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/buffer.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/markdown.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/src_map.o +0 -0
- data/ext/drafter/build/out/Release/obj.target/libsundown/ext/snowcrash/ext/markdown-parser/ext/sundown/src/stack.o +0 -0
- data/ext/drafter/circle.yml +32 -0
- data/ext/drafter/config.gypi +10 -0
- data/ext/drafter/config.mk +5 -0
- data/ext/drafter/configure +224 -0
- data/ext/drafter/drafter.gyp +189 -0
- data/ext/drafter/drafter.xcworkspace/contents.xcworkspacedata +13 -0
- data/ext/drafter/ext/snowcrash/Makefile +58 -0
- data/ext/drafter/ext/snowcrash/appveyor.yml +7 -0
- data/ext/drafter/ext/snowcrash/common.gypi +165 -0
- data/ext/drafter/ext/snowcrash/configure +197 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/Makefile +90 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/CONTRIBUTING.md +10 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/Makefile +84 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/Makefile.win +33 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/examples/smartypants.c +72 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/examples/sundown.c +80 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini.h +37 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_href_e.c +108 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/houdini_html_e.c +84 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html.c +647 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html.h +77 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html/html_smartypants.c +389 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/html_block_names.txt +25 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/autolink.c +297 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/autolink.h +51 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/buffer.c +225 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/buffer.h +96 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/html_blocks.h +206 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/markdown.c +2726 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/markdown.h +147 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/src_map.c +204 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/src_map.h +58 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/stack.c +81 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/src/stack.h +29 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/ext/sundown/sundown.def +20 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/msvc/markdown/markdown.vcproj +188 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/msvc/msvc.sln +38 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/msvc/sundown/sundown.vcproj +206 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/ByteBuffer.cc +160 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/ByteBuffer.h +90 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.cc +152 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownNode.h +103 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.cc +388 -0
- data/ext/drafter/ext/snowcrash/ext/markdown-parser/src/MarkdownParser.h +106 -0
- data/ext/drafter/ext/snowcrash/snowcrash.gyp +196 -0
- data/ext/drafter/ext/snowcrash/src/ActionParser.h +560 -0
- data/ext/drafter/ext/snowcrash/src/AssetParser.h +123 -0
- data/ext/drafter/ext/snowcrash/src/AttributesParser.h +123 -0
- data/ext/drafter/ext/snowcrash/src/Blueprint.cc +90 -0
- data/ext/drafter/ext/snowcrash/src/Blueprint.h +489 -0
- data/ext/drafter/ext/snowcrash/src/BlueprintParser.h +845 -0
- data/ext/drafter/ext/snowcrash/src/BlueprintSourcemap.cc +81 -0
- data/ext/drafter/ext/snowcrash/src/BlueprintSourcemap.h +345 -0
- data/ext/drafter/ext/snowcrash/src/BlueprintUtility.h +111 -0
- data/ext/drafter/ext/snowcrash/src/CodeBlockUtility.h +276 -0
- data/ext/drafter/ext/snowcrash/src/DataStructureGroupParser.h +157 -0
- data/ext/drafter/ext/snowcrash/src/HTTP.cc +49 -0
- data/ext/drafter/ext/snowcrash/src/HTTP.h +108 -0
- data/ext/drafter/ext/snowcrash/src/HeadersParser.cc +117 -0
- data/ext/drafter/ext/snowcrash/src/HeadersParser.h +377 -0
- data/ext/drafter/ext/snowcrash/src/MSON.cc +272 -0
- data/ext/drafter/ext/snowcrash/src/MSON.h +405 -0
- data/ext/drafter/ext/snowcrash/src/MSONMixinParser.h +103 -0
- data/ext/drafter/ext/snowcrash/src/MSONNamedTypeParser.h +135 -0
- data/ext/drafter/ext/snowcrash/src/MSONOneOfParser.cc +132 -0
- data/ext/drafter/ext/snowcrash/src/MSONOneOfParser.h +80 -0
- data/ext/drafter/ext/snowcrash/src/MSONParameterParser.h +166 -0
- data/ext/drafter/ext/snowcrash/src/MSONPropertyMemberParser.h +106 -0
- data/ext/drafter/ext/snowcrash/src/MSONSourcemap.cc +141 -0
- data/ext/drafter/ext/snowcrash/src/MSONSourcemap.h +181 -0
- data/ext/drafter/ext/snowcrash/src/MSONTypeSectionParser.cc +209 -0
- data/ext/drafter/ext/snowcrash/src/MSONTypeSectionParser.h +213 -0
- data/ext/drafter/ext/snowcrash/src/MSONUtility.h +506 -0
- data/ext/drafter/ext/snowcrash/src/MSONValueMemberParser.cc +214 -0
- data/ext/drafter/ext/snowcrash/src/MSONValueMemberParser.h +390 -0
- data/ext/drafter/ext/snowcrash/src/ModelTable.h +87 -0
- data/ext/drafter/ext/snowcrash/src/ParameterParser.h +516 -0
- data/ext/drafter/ext/snowcrash/src/ParametersParser.h +222 -0
- data/ext/drafter/ext/snowcrash/src/PayloadParser.h +733 -0
- data/ext/drafter/ext/snowcrash/src/Platform.h +33 -0
- data/ext/drafter/ext/snowcrash/src/RegexMatch.h +32 -0
- data/ext/drafter/ext/snowcrash/src/RelationParser.h +87 -0
- data/ext/drafter/ext/snowcrash/src/ResourceGroupParser.h +297 -0
- data/ext/drafter/ext/snowcrash/src/ResourceParser.h +536 -0
- data/ext/drafter/ext/snowcrash/src/Section.cc +48 -0
- data/ext/drafter/ext/snowcrash/src/Section.h +60 -0
- data/ext/drafter/ext/snowcrash/src/SectionParser.h +246 -0
- data/ext/drafter/ext/snowcrash/src/SectionParserData.h +109 -0
- data/ext/drafter/ext/snowcrash/src/SectionProcessor.h +299 -0
- data/ext/drafter/ext/snowcrash/src/Signature.cc +75 -0
- data/ext/drafter/ext/snowcrash/src/Signature.h +103 -0
- data/ext/drafter/ext/snowcrash/src/SignatureSectionProcessor.h +442 -0
- data/ext/drafter/ext/snowcrash/src/SourceAnnotation.h +166 -0
- data/ext/drafter/ext/snowcrash/src/StringUtility.h +323 -0
- data/ext/drafter/ext/snowcrash/src/UriTemplateParser.cc +195 -0
- data/ext/drafter/ext/snowcrash/src/UriTemplateParser.h +240 -0
- data/ext/drafter/ext/snowcrash/src/ValuesParser.h +111 -0
- data/ext/drafter/ext/snowcrash/src/posix/RegexMatch.cc +99 -0
- data/ext/drafter/ext/snowcrash/src/snowcrash.cc +90 -0
- data/ext/drafter/ext/snowcrash/src/snowcrash.h +44 -0
- data/ext/drafter/ext/snowcrash/src/win/RegexMatch.cc +78 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/AUTHORS +12 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/DEPS +23 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/OWNERS +1 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/PRESUBMIT.py +137 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/buildbot/buildbot_run.py +136 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/buildbot/commit_queue/OWNERS +6 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/buildbot/commit_queue/cq_config.json +15 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/codereview.settings +10 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/data/win/large-pdb-shim.cc +12 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/gyp +8 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/gyp.bat +5 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/gyp_main.py +16 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSNew.py +340 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSProject.py +208 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSSettings.py +1096 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSToolFile.py +58 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSUserFile.py +147 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSUtil.py +270 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSUtil.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSVersion.py +445 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/MSVSVersion.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/__init__.py +548 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/__init__.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/common.py +608 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/common.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/easy_xml.py +157 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/flock_tool.py +54 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/__init__.py +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/__init__.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/analyzer.py +741 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/android.py +1069 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/cmake.py +1248 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/dump_dependency_json.py +99 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/eclipse.py +425 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/gypd.py +94 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/gypsh.py +56 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/make.py +2218 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/make.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/msvs.py +3467 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/ninja.py +2427 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/ninja.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/xcode.py +1300 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/generator/xcode.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/input.py +2899 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/input.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/mac_tool.py +605 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/msvs_emulation.py +1093 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/msvs_emulation.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/ninja_syntax.py +160 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/ninja_syntax.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/ordered_dict.py +289 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/simple_copy.py +46 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/simple_copy.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/win_tool.py +314 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcode_emulation.py +1664 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcode_emulation.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcode_ninja.py +276 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcode_ninja.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcodeproj_file.py +2927 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xcodeproj_file.pyc +0 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylib/gyp/xml_fix.py +69 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/pylintrc +307 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/samples/samples +81 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/samples/samples.bat +5 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/setup.py +19 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/tools/Xcode/Specifications/gyp.pbfilespec +27 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/tools/Xcode/Specifications/gyp.xclangspec +226 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/tools/emacs/gyp.el +275 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/tools/graphviz.py +100 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/tools/pretty_gyp.py +155 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/tools/pretty_sln.py +169 -0
- data/ext/drafter/ext/snowcrash/tools/gyp/tools/pretty_vcproj.py +329 -0
- data/ext/drafter/ext/snowcrash/vcbuild.bat +139 -0
- data/ext/drafter/ext/sos/Makefile +62 -0
- data/ext/drafter/ext/sos/src/sos.cc +235 -0
- data/ext/drafter/ext/sos/src/sos.h +188 -0
- data/ext/drafter/ext/sos/src/sosJSON.h +121 -0
- data/ext/drafter/ext/sos/src/sosYAML.h +105 -0
- data/ext/drafter/src/ConversionContext.cc +39 -0
- data/ext/drafter/src/ConversionContext.h +34 -0
- data/ext/drafter/src/NamedTypesRegistry.cc +405 -0
- data/ext/drafter/src/NamedTypesRegistry.h +28 -0
- data/ext/drafter/src/NodeInfo.h +143 -0
- data/ext/drafter/src/RefractAPI.cc +579 -0
- data/ext/drafter/src/RefractAPI.h +28 -0
- data/ext/drafter/src/RefractDataStructure.cc +1199 -0
- data/ext/drafter/src/RefractDataStructure.h +26 -0
- data/ext/drafter/src/RefractElementFactory.cc +107 -0
- data/ext/drafter/src/RefractElementFactory.h +67 -0
- data/ext/drafter/src/RefractSourceMap.cc +29 -0
- data/ext/drafter/src/RefractSourceMap.h +57 -0
- data/ext/drafter/src/Render.cc +157 -0
- data/ext/drafter/src/Render.h +40 -0
- data/ext/drafter/src/Serialize.cc +160 -0
- data/ext/drafter/src/Serialize.h +289 -0
- data/ext/drafter/src/SerializeAST.cc +507 -0
- data/ext/drafter/src/SerializeAST.h +29 -0
- data/ext/drafter/src/SerializeResult.cc +170 -0
- data/ext/drafter/src/SerializeResult.h +34 -0
- data/ext/drafter/src/SerializeSourcemap.cc +331 -0
- data/ext/drafter/src/SerializeSourcemap.h +21 -0
- data/ext/drafter/src/Version.h +40 -0
- data/ext/drafter/src/config.cc +91 -0
- data/ext/drafter/src/config.h +38 -0
- data/ext/drafter/src/drafter.cc +137 -0
- data/ext/drafter/src/drafter.h +102 -0
- data/ext/drafter/src/drafter_private.cc +85 -0
- data/ext/drafter/src/drafter_private.h +34 -0
- data/ext/drafter/src/main.cc +137 -0
- data/ext/drafter/src/refract/AppendDecorator.h +58 -0
- data/ext/drafter/src/refract/Build.h +67 -0
- data/ext/drafter/src/refract/ComparableVisitor.cc +43 -0
- data/ext/drafter/src/refract/ComparableVisitor.h +62 -0
- data/ext/drafter/src/refract/Element.cc +409 -0
- data/ext/drafter/src/refract/Element.h +656 -0
- data/ext/drafter/src/refract/ElementFwd.h +37 -0
- data/ext/drafter/src/refract/ElementInserter.h +59 -0
- data/ext/drafter/src/refract/Exception.h +31 -0
- data/ext/drafter/src/refract/ExpandVisitor.cc +359 -0
- data/ext/drafter/src/refract/ExpandVisitor.h +58 -0
- data/ext/drafter/src/refract/FilterVisitor.h +52 -0
- data/ext/drafter/src/refract/IsExpandableVisitor.cc +140 -0
- data/ext/drafter/src/refract/IsExpandableVisitor.h +31 -0
- data/ext/drafter/src/refract/Iterate.h +160 -0
- data/ext/drafter/src/refract/JSONSchemaVisitor.cc +675 -0
- data/ext/drafter/src/refract/JSONSchemaVisitor.h +73 -0
- data/ext/drafter/src/refract/PrintVisitor.cc +164 -0
- data/ext/drafter/src/refract/PrintVisitor.h +50 -0
- data/ext/drafter/src/refract/Query.cc +13 -0
- data/ext/drafter/src/refract/Query.h +38 -0
- data/ext/drafter/src/refract/Registry.cc +114 -0
- data/ext/drafter/src/refract/Registry.h +43 -0
- data/ext/drafter/src/refract/RenderJSONVisitor.cc +255 -0
- data/ext/drafter/src/refract/RenderJSONVisitor.h +51 -0
- data/ext/drafter/src/refract/SerializeCompactVisitor.cc +167 -0
- data/ext/drafter/src/refract/SerializeCompactVisitor.h +56 -0
- data/ext/drafter/src/refract/SerializeVisitor.cc +214 -0
- data/ext/drafter/src/refract/SerializeVisitor.h +55 -0
- data/ext/drafter/src/refract/TypeQueryVisitor.cc +46 -0
- data/ext/drafter/src/refract/TypeQueryVisitor.h +110 -0
- data/ext/drafter/src/refract/Visitor.h +126 -0
- data/ext/drafter/src/refract/VisitorUtils.cc +63 -0
- data/ext/drafter/src/refract/VisitorUtils.h +231 -0
- data/ext/drafter/src/reporting.cc +263 -0
- data/ext/drafter/src/reporting.h +39 -0
- data/ext/drafter/src/stream.h +148 -0
- data/ext/drafter/tools/homebrew/drafter.rb +18 -0
- data/ext/drafter/tools/make-tarball.sh +39 -0
- data/ext/drafter/tools/refract-filter.py +96 -0
- data/ext/drafter/tools/release.sh +17 -0
- data/ext/drafter/vcbuild.bat +203 -0
- data/lib/lounge_lizard/binding.rb +29 -0
- data/lib/lounge_lizard/version.rb +3 -0
- data/lib/lounge_lizard.rb +18 -0
- data/lounge_lizard.gemspec +37 -0
- metadata +547 -0
@@ -0,0 +1,188 @@
|
|
1
|
+
<?xml version="1.0" encoding="Windows-1252"?>
|
2
|
+
<VisualStudioProject
|
3
|
+
ProjectType="Visual C++"
|
4
|
+
Version="9.00"
|
5
|
+
Name="markdown"
|
6
|
+
ProjectGUID="{288550BA-B6D6-4254-B5E3-9E8CE20970AE}"
|
7
|
+
RootNamespace="markdown"
|
8
|
+
TargetFrameworkVersion="196613"
|
9
|
+
>
|
10
|
+
<Platforms>
|
11
|
+
<Platform
|
12
|
+
Name="Win32"
|
13
|
+
/>
|
14
|
+
</Platforms>
|
15
|
+
<ToolFiles>
|
16
|
+
</ToolFiles>
|
17
|
+
<Configurations>
|
18
|
+
<Configuration
|
19
|
+
Name="Debug|Win32"
|
20
|
+
OutputDirectory="..\..\build\debug"
|
21
|
+
IntermediateDirectory="..\..\build\data\markdown\debug"
|
22
|
+
ConfigurationType="4"
|
23
|
+
CharacterSet="2"
|
24
|
+
>
|
25
|
+
<Tool
|
26
|
+
Name="VCPreBuildEventTool"
|
27
|
+
/>
|
28
|
+
<Tool
|
29
|
+
Name="VCCustomBuildTool"
|
30
|
+
/>
|
31
|
+
<Tool
|
32
|
+
Name="VCXMLDataGeneratorTool"
|
33
|
+
/>
|
34
|
+
<Tool
|
35
|
+
Name="VCWebServiceProxyGeneratorTool"
|
36
|
+
/>
|
37
|
+
<Tool
|
38
|
+
Name="VCMIDLTool"
|
39
|
+
/>
|
40
|
+
<Tool
|
41
|
+
Name="VCCLCompilerTool"
|
42
|
+
Optimization="0"
|
43
|
+
AdditionalIncludeDirectories="..\..\ext\sundown\src"
|
44
|
+
MinimalRebuild="true"
|
45
|
+
BasicRuntimeChecks="3"
|
46
|
+
RuntimeLibrary="3"
|
47
|
+
WarningLevel="3"
|
48
|
+
DebugInformationFormat="4"
|
49
|
+
/>
|
50
|
+
<Tool
|
51
|
+
Name="VCManagedResourceCompilerTool"
|
52
|
+
/>
|
53
|
+
<Tool
|
54
|
+
Name="VCResourceCompilerTool"
|
55
|
+
/>
|
56
|
+
<Tool
|
57
|
+
Name="VCPreLinkEventTool"
|
58
|
+
/>
|
59
|
+
<Tool
|
60
|
+
Name="VCLibrarianTool"
|
61
|
+
/>
|
62
|
+
<Tool
|
63
|
+
Name="VCALinkTool"
|
64
|
+
/>
|
65
|
+
<Tool
|
66
|
+
Name="VCXDCMakeTool"
|
67
|
+
/>
|
68
|
+
<Tool
|
69
|
+
Name="VCBscMakeTool"
|
70
|
+
/>
|
71
|
+
<Tool
|
72
|
+
Name="VCFxCopTool"
|
73
|
+
/>
|
74
|
+
<Tool
|
75
|
+
Name="VCPostBuildEventTool"
|
76
|
+
/>
|
77
|
+
</Configuration>
|
78
|
+
<Configuration
|
79
|
+
Name="Release|Win32"
|
80
|
+
OutputDirectory="..\..\build\release"
|
81
|
+
IntermediateDirectory="..\..\build\data\markdown\release"
|
82
|
+
ConfigurationType="4"
|
83
|
+
CharacterSet="2"
|
84
|
+
WholeProgramOptimization="1"
|
85
|
+
>
|
86
|
+
<Tool
|
87
|
+
Name="VCPreBuildEventTool"
|
88
|
+
/>
|
89
|
+
<Tool
|
90
|
+
Name="VCCustomBuildTool"
|
91
|
+
/>
|
92
|
+
<Tool
|
93
|
+
Name="VCXMLDataGeneratorTool"
|
94
|
+
/>
|
95
|
+
<Tool
|
96
|
+
Name="VCWebServiceProxyGeneratorTool"
|
97
|
+
/>
|
98
|
+
<Tool
|
99
|
+
Name="VCMIDLTool"
|
100
|
+
/>
|
101
|
+
<Tool
|
102
|
+
Name="VCCLCompilerTool"
|
103
|
+
Optimization="2"
|
104
|
+
EnableIntrinsicFunctions="true"
|
105
|
+
AdditionalIncludeDirectories="..\..\ext\sundown\src"
|
106
|
+
RuntimeLibrary="2"
|
107
|
+
EnableFunctionLevelLinking="true"
|
108
|
+
WarningLevel="3"
|
109
|
+
DebugInformationFormat="3"
|
110
|
+
/>
|
111
|
+
<Tool
|
112
|
+
Name="VCManagedResourceCompilerTool"
|
113
|
+
/>
|
114
|
+
<Tool
|
115
|
+
Name="VCResourceCompilerTool"
|
116
|
+
/>
|
117
|
+
<Tool
|
118
|
+
Name="VCPreLinkEventTool"
|
119
|
+
/>
|
120
|
+
<Tool
|
121
|
+
Name="VCLibrarianTool"
|
122
|
+
/>
|
123
|
+
<Tool
|
124
|
+
Name="VCALinkTool"
|
125
|
+
/>
|
126
|
+
<Tool
|
127
|
+
Name="VCXDCMakeTool"
|
128
|
+
/>
|
129
|
+
<Tool
|
130
|
+
Name="VCBscMakeTool"
|
131
|
+
/>
|
132
|
+
<Tool
|
133
|
+
Name="VCFxCopTool"
|
134
|
+
/>
|
135
|
+
<Tool
|
136
|
+
Name="VCPostBuildEventTool"
|
137
|
+
/>
|
138
|
+
</Configuration>
|
139
|
+
</Configurations>
|
140
|
+
<References>
|
141
|
+
</References>
|
142
|
+
<Files>
|
143
|
+
<Filter
|
144
|
+
Name="Source Files"
|
145
|
+
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
146
|
+
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
147
|
+
>
|
148
|
+
<File
|
149
|
+
RelativePath="..\..\src\ByteBuffer.cc"
|
150
|
+
>
|
151
|
+
</File>
|
152
|
+
<File
|
153
|
+
RelativePath="..\..\src\MarkdownNode.cc"
|
154
|
+
>
|
155
|
+
</File>
|
156
|
+
<File
|
157
|
+
RelativePath="..\..\src\MarkdownParser.cc"
|
158
|
+
>
|
159
|
+
</File>
|
160
|
+
</Filter>
|
161
|
+
<Filter
|
162
|
+
Name="Header Files"
|
163
|
+
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
164
|
+
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
165
|
+
>
|
166
|
+
<File
|
167
|
+
RelativePath="..\..\src\ByteBuffer.h"
|
168
|
+
>
|
169
|
+
</File>
|
170
|
+
<File
|
171
|
+
RelativePath="..\..\src\MarkdownNode.h"
|
172
|
+
>
|
173
|
+
</File>
|
174
|
+
<File
|
175
|
+
RelativePath="..\..\src\MarkdownParser.h"
|
176
|
+
>
|
177
|
+
</File>
|
178
|
+
</Filter>
|
179
|
+
<Filter
|
180
|
+
Name="Resource Files"
|
181
|
+
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
182
|
+
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
183
|
+
>
|
184
|
+
</Filter>
|
185
|
+
</Files>
|
186
|
+
<Globals>
|
187
|
+
</Globals>
|
188
|
+
</VisualStudioProject>
|
@@ -0,0 +1,38 @@
|
|
1
|
+
|
2
|
+
Microsoft Visual Studio Solution File, Format Version 10.00
|
3
|
+
# Visual Studio 2008
|
4
|
+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "markdown", "markdown\markdown.vcproj", "{288550BA-B6D6-4254-B5E3-9E8CE20970AE}"
|
5
|
+
ProjectSection(ProjectDependencies) = postProject
|
6
|
+
{08CAEF5D-9ED7-4CB1-844D-D39AA17D3AD6} = {08CAEF5D-9ED7-4CB1-844D-D39AA17D3AD6}
|
7
|
+
EndProjectSection
|
8
|
+
EndProject
|
9
|
+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sundown", "sundown\sundown.vcproj", "{08CAEF5D-9ED7-4CB1-844D-D39AA17D3AD6}"
|
10
|
+
EndProject
|
11
|
+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-markdown", "test-markdown\test-markdown.vcproj", "{DB045416-DCDB-45D3-904C-C1F15D608FC3}"
|
12
|
+
ProjectSection(ProjectDependencies) = postProject
|
13
|
+
{288550BA-B6D6-4254-B5E3-9E8CE20970AE} = {288550BA-B6D6-4254-B5E3-9E8CE20970AE}
|
14
|
+
EndProjectSection
|
15
|
+
EndProject
|
16
|
+
Global
|
17
|
+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
18
|
+
Debug|Win32 = Debug|Win32
|
19
|
+
Release|Win32 = Release|Win32
|
20
|
+
EndGlobalSection
|
21
|
+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
22
|
+
{288550BA-B6D6-4254-B5E3-9E8CE20970AE}.Debug|Win32.ActiveCfg = Debug|Win32
|
23
|
+
{288550BA-B6D6-4254-B5E3-9E8CE20970AE}.Debug|Win32.Build.0 = Debug|Win32
|
24
|
+
{288550BA-B6D6-4254-B5E3-9E8CE20970AE}.Release|Win32.ActiveCfg = Release|Win32
|
25
|
+
{288550BA-B6D6-4254-B5E3-9E8CE20970AE}.Release|Win32.Build.0 = Release|Win32
|
26
|
+
{08CAEF5D-9ED7-4CB1-844D-D39AA17D3AD6}.Debug|Win32.ActiveCfg = Debug|Win32
|
27
|
+
{08CAEF5D-9ED7-4CB1-844D-D39AA17D3AD6}.Debug|Win32.Build.0 = Debug|Win32
|
28
|
+
{08CAEF5D-9ED7-4CB1-844D-D39AA17D3AD6}.Release|Win32.ActiveCfg = Release|Win32
|
29
|
+
{08CAEF5D-9ED7-4CB1-844D-D39AA17D3AD6}.Release|Win32.Build.0 = Release|Win32
|
30
|
+
{DB045416-DCDB-45D3-904C-C1F15D608FC3}.Debug|Win32.ActiveCfg = Debug|Win32
|
31
|
+
{DB045416-DCDB-45D3-904C-C1F15D608FC3}.Debug|Win32.Build.0 = Debug|Win32
|
32
|
+
{DB045416-DCDB-45D3-904C-C1F15D608FC3}.Release|Win32.ActiveCfg = Release|Win32
|
33
|
+
{DB045416-DCDB-45D3-904C-C1F15D608FC3}.Release|Win32.Build.0 = Release|Win32
|
34
|
+
EndGlobalSection
|
35
|
+
GlobalSection(SolutionProperties) = preSolution
|
36
|
+
HideSolutionNode = FALSE
|
37
|
+
EndGlobalSection
|
38
|
+
EndGlobal
|
@@ -0,0 +1,206 @@
|
|
1
|
+
<?xml version="1.0" encoding="Windows-1252"?>
|
2
|
+
<VisualStudioProject
|
3
|
+
ProjectType="Visual C++"
|
4
|
+
Version="9.00"
|
5
|
+
Name="sundown"
|
6
|
+
ProjectGUID="{08CAEF5D-9ED7-4CB1-844D-D39AA17D3AD6}"
|
7
|
+
RootNamespace="sundown"
|
8
|
+
TargetFrameworkVersion="196613"
|
9
|
+
>
|
10
|
+
<Platforms>
|
11
|
+
<Platform
|
12
|
+
Name="Win32"
|
13
|
+
/>
|
14
|
+
</Platforms>
|
15
|
+
<ToolFiles>
|
16
|
+
</ToolFiles>
|
17
|
+
<Configurations>
|
18
|
+
<Configuration
|
19
|
+
Name="Debug|Win32"
|
20
|
+
OutputDirectory="..\..\build\debug"
|
21
|
+
IntermediateDirectory="..\..\build\data\sundown\debug"
|
22
|
+
ConfigurationType="4"
|
23
|
+
CharacterSet="2"
|
24
|
+
>
|
25
|
+
<Tool
|
26
|
+
Name="VCPreBuildEventTool"
|
27
|
+
/>
|
28
|
+
<Tool
|
29
|
+
Name="VCCustomBuildTool"
|
30
|
+
/>
|
31
|
+
<Tool
|
32
|
+
Name="VCXMLDataGeneratorTool"
|
33
|
+
/>
|
34
|
+
<Tool
|
35
|
+
Name="VCWebServiceProxyGeneratorTool"
|
36
|
+
/>
|
37
|
+
<Tool
|
38
|
+
Name="VCMIDLTool"
|
39
|
+
/>
|
40
|
+
<Tool
|
41
|
+
Name="VCCLCompilerTool"
|
42
|
+
Optimization="0"
|
43
|
+
MinimalRebuild="true"
|
44
|
+
BasicRuntimeChecks="3"
|
45
|
+
RuntimeLibrary="3"
|
46
|
+
WarningLevel="3"
|
47
|
+
DebugInformationFormat="4"
|
48
|
+
/>
|
49
|
+
<Tool
|
50
|
+
Name="VCManagedResourceCompilerTool"
|
51
|
+
/>
|
52
|
+
<Tool
|
53
|
+
Name="VCResourceCompilerTool"
|
54
|
+
/>
|
55
|
+
<Tool
|
56
|
+
Name="VCPreLinkEventTool"
|
57
|
+
/>
|
58
|
+
<Tool
|
59
|
+
Name="VCLibrarianTool"
|
60
|
+
/>
|
61
|
+
<Tool
|
62
|
+
Name="VCALinkTool"
|
63
|
+
/>
|
64
|
+
<Tool
|
65
|
+
Name="VCXDCMakeTool"
|
66
|
+
/>
|
67
|
+
<Tool
|
68
|
+
Name="VCBscMakeTool"
|
69
|
+
/>
|
70
|
+
<Tool
|
71
|
+
Name="VCFxCopTool"
|
72
|
+
/>
|
73
|
+
<Tool
|
74
|
+
Name="VCPostBuildEventTool"
|
75
|
+
/>
|
76
|
+
</Configuration>
|
77
|
+
<Configuration
|
78
|
+
Name="Release|Win32"
|
79
|
+
OutputDirectory="..\..\build\release"
|
80
|
+
IntermediateDirectory="..\..\build\data\sundown\release"
|
81
|
+
ConfigurationType="4"
|
82
|
+
CharacterSet="2"
|
83
|
+
WholeProgramOptimization="1"
|
84
|
+
>
|
85
|
+
<Tool
|
86
|
+
Name="VCPreBuildEventTool"
|
87
|
+
/>
|
88
|
+
<Tool
|
89
|
+
Name="VCCustomBuildTool"
|
90
|
+
/>
|
91
|
+
<Tool
|
92
|
+
Name="VCXMLDataGeneratorTool"
|
93
|
+
/>
|
94
|
+
<Tool
|
95
|
+
Name="VCWebServiceProxyGeneratorTool"
|
96
|
+
/>
|
97
|
+
<Tool
|
98
|
+
Name="VCMIDLTool"
|
99
|
+
/>
|
100
|
+
<Tool
|
101
|
+
Name="VCCLCompilerTool"
|
102
|
+
Optimization="2"
|
103
|
+
EnableIntrinsicFunctions="true"
|
104
|
+
RuntimeLibrary="2"
|
105
|
+
EnableFunctionLevelLinking="true"
|
106
|
+
WarningLevel="3"
|
107
|
+
DebugInformationFormat="3"
|
108
|
+
/>
|
109
|
+
<Tool
|
110
|
+
Name="VCManagedResourceCompilerTool"
|
111
|
+
/>
|
112
|
+
<Tool
|
113
|
+
Name="VCResourceCompilerTool"
|
114
|
+
/>
|
115
|
+
<Tool
|
116
|
+
Name="VCPreLinkEventTool"
|
117
|
+
/>
|
118
|
+
<Tool
|
119
|
+
Name="VCLibrarianTool"
|
120
|
+
/>
|
121
|
+
<Tool
|
122
|
+
Name="VCALinkTool"
|
123
|
+
/>
|
124
|
+
<Tool
|
125
|
+
Name="VCXDCMakeTool"
|
126
|
+
/>
|
127
|
+
<Tool
|
128
|
+
Name="VCBscMakeTool"
|
129
|
+
/>
|
130
|
+
<Tool
|
131
|
+
Name="VCFxCopTool"
|
132
|
+
/>
|
133
|
+
<Tool
|
134
|
+
Name="VCPostBuildEventTool"
|
135
|
+
/>
|
136
|
+
</Configuration>
|
137
|
+
</Configurations>
|
138
|
+
<References>
|
139
|
+
</References>
|
140
|
+
<Files>
|
141
|
+
<Filter
|
142
|
+
Name="Source Files"
|
143
|
+
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
144
|
+
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
145
|
+
>
|
146
|
+
<File
|
147
|
+
RelativePath="..\..\ext\sundown\src\autolink.c"
|
148
|
+
>
|
149
|
+
</File>
|
150
|
+
<File
|
151
|
+
RelativePath="..\..\ext\sundown\src\buffer.c"
|
152
|
+
>
|
153
|
+
</File>
|
154
|
+
<File
|
155
|
+
RelativePath="..\..\ext\sundown\src\markdown.c"
|
156
|
+
>
|
157
|
+
</File>
|
158
|
+
<File
|
159
|
+
RelativePath="..\..\ext\sundown\src\src_map.c"
|
160
|
+
>
|
161
|
+
</File>
|
162
|
+
<File
|
163
|
+
RelativePath="..\..\ext\sundown\src\stack.c"
|
164
|
+
>
|
165
|
+
</File>
|
166
|
+
</Filter>
|
167
|
+
<Filter
|
168
|
+
Name="Header Files"
|
169
|
+
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
170
|
+
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
171
|
+
>
|
172
|
+
<File
|
173
|
+
RelativePath="..\..\ext\sundown\src\autolink.h"
|
174
|
+
>
|
175
|
+
</File>
|
176
|
+
<File
|
177
|
+
RelativePath="..\..\ext\sundown\src\buffer.h"
|
178
|
+
>
|
179
|
+
</File>
|
180
|
+
<File
|
181
|
+
RelativePath="..\..\ext\sundown\src\html_blocks.h"
|
182
|
+
>
|
183
|
+
</File>
|
184
|
+
<File
|
185
|
+
RelativePath="..\..\ext\sundown\src\markdown.h"
|
186
|
+
>
|
187
|
+
</File>
|
188
|
+
<File
|
189
|
+
RelativePath="..\..\ext\sundown\src\src_map.h"
|
190
|
+
>
|
191
|
+
</File>
|
192
|
+
<File
|
193
|
+
RelativePath="..\..\ext\sundown\src\stack.h"
|
194
|
+
>
|
195
|
+
</File>
|
196
|
+
</Filter>
|
197
|
+
<Filter
|
198
|
+
Name="Resource Files"
|
199
|
+
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
200
|
+
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
201
|
+
>
|
202
|
+
</Filter>
|
203
|
+
</Files>
|
204
|
+
<Globals>
|
205
|
+
</Globals>
|
206
|
+
</VisualStudioProject>
|
@@ -0,0 +1,160 @@
|
|
1
|
+
//
|
2
|
+
// ByteBuffer.cc
|
3
|
+
// markdownparser
|
4
|
+
//
|
5
|
+
// Created by Zdenek Nemec on 4/22/14.
|
6
|
+
// Copyright (c) 2014 Apiary Inc. All rights reserved.
|
7
|
+
//
|
8
|
+
|
9
|
+
#include "ByteBuffer.h"
|
10
|
+
|
11
|
+
using namespace mdp;
|
12
|
+
|
13
|
+
/* Byte lenght of an UTF8 character (based on first byte) */
|
14
|
+
#define UTF8_CHAR_LEN( byte ) (( 0xE5000000 >> (( byte >> 3 ) & 0x1e )) & 3 ) + 1
|
15
|
+
|
16
|
+
/* Number of UTF8 characters in byte buffer */
|
17
|
+
static size_t strnlen_utf8(const char* s, size_t len)
|
18
|
+
{
|
19
|
+
if (!s || !len)
|
20
|
+
return 0;
|
21
|
+
|
22
|
+
size_t i = 0, j = 0;
|
23
|
+
while (s[i] && i < len) {
|
24
|
+
i += UTF8_CHAR_LEN(s[i]);
|
25
|
+
j++;
|
26
|
+
}
|
27
|
+
return j;
|
28
|
+
}
|
29
|
+
|
30
|
+
/* Convert range of bytes to a range of characters */
|
31
|
+
static CharactersRange BytesRangeToCharactersRange(const BytesRange& bytesRange, const ByteBuffer& byteBuffer)
|
32
|
+
{
|
33
|
+
if (byteBuffer.empty()) {
|
34
|
+
return CharactersRange();
|
35
|
+
}
|
36
|
+
|
37
|
+
BytesRange workRange = bytesRange;
|
38
|
+
if (bytesRange.location + bytesRange.length > byteBuffer.length()) {
|
39
|
+
// Accomodate maximum possible length
|
40
|
+
workRange.length -= bytesRange.location + bytesRange.length - byteBuffer.length();
|
41
|
+
}
|
42
|
+
|
43
|
+
size_t charLocation = 0;
|
44
|
+
if (bytesRange.location > 0)
|
45
|
+
charLocation = strnlen_utf8(byteBuffer.c_str(), bytesRange.location);
|
46
|
+
|
47
|
+
size_t charLength = 0;
|
48
|
+
if (bytesRange.length > 0)
|
49
|
+
charLength = strnlen_utf8(byteBuffer.c_str() + bytesRange.location, bytesRange.length);
|
50
|
+
|
51
|
+
CharactersRange characterRange = CharactersRange(charLocation, charLength);
|
52
|
+
return characterRange;
|
53
|
+
}
|
54
|
+
|
55
|
+
static CharactersRange BytesRangeToCharactersRange(const BytesRange& bytesRange, const ByteBufferCharacterIndex& index)
|
56
|
+
{
|
57
|
+
if (index.empty()) {
|
58
|
+
return CharactersRange();
|
59
|
+
}
|
60
|
+
|
61
|
+
BytesRange workRange = bytesRange;
|
62
|
+
if (bytesRange.location + bytesRange.length > index.size()) {
|
63
|
+
// Accomodate maximum possible length
|
64
|
+
workRange.length -= bytesRange.location + bytesRange.length - index.size();
|
65
|
+
}
|
66
|
+
|
67
|
+
size_t charLocation = 0;
|
68
|
+
if (workRange.location > 0)
|
69
|
+
charLocation = index[workRange.location];
|
70
|
+
|
71
|
+
size_t charLength = 0;
|
72
|
+
if (workRange.length > 0) {
|
73
|
+
size_t pos = workRange.location + workRange.length;
|
74
|
+
if (pos >= index.size()) {
|
75
|
+
// this code branch is there to be compatioble with strlen_utf8()
|
76
|
+
charLength = index[index.size()-1];
|
77
|
+
charLength -= charLocation - 1;
|
78
|
+
}
|
79
|
+
else {
|
80
|
+
charLength = index[pos];
|
81
|
+
charLength -= charLocation;
|
82
|
+
}
|
83
|
+
}
|
84
|
+
|
85
|
+
CharactersRange characterRange = CharactersRange(charLocation, charLength);
|
86
|
+
return characterRange;
|
87
|
+
}
|
88
|
+
|
89
|
+
void mdp::BuildCharacterIndex(ByteBufferCharacterIndex& index, const ByteBuffer& byteBuffer) {
|
90
|
+
|
91
|
+
const char* source = byteBuffer.c_str();
|
92
|
+
size_t len = byteBuffer.length();
|
93
|
+
size_t pos = 0;
|
94
|
+
size_t charPos = 0;
|
95
|
+
|
96
|
+
index.resize(byteBuffer.length());
|
97
|
+
|
98
|
+
while (source[pos] && pos < len) {
|
99
|
+
int charLen = UTF8_CHAR_LEN(source[pos]);
|
100
|
+
pos += charLen;
|
101
|
+
|
102
|
+
while (charLen) {
|
103
|
+
index[pos-charLen] = charPos;
|
104
|
+
charLen--;
|
105
|
+
}
|
106
|
+
|
107
|
+
charPos++;
|
108
|
+
}
|
109
|
+
}
|
110
|
+
|
111
|
+
CharactersRangeSet mdp::BytesRangeSetToCharactersRangeSet(const BytesRangeSet& rangeSet, const ByteBuffer& byteBuffer)
|
112
|
+
{
|
113
|
+
CharactersRangeSet characterMap;
|
114
|
+
|
115
|
+
for (BytesRangeSet::const_iterator it = rangeSet.begin(); it != rangeSet.end(); ++it) {
|
116
|
+
CharactersRange characterRange = BytesRangeToCharactersRange(*it, byteBuffer);
|
117
|
+
characterMap.push_back(characterRange);
|
118
|
+
}
|
119
|
+
|
120
|
+
return characterMap;
|
121
|
+
}
|
122
|
+
|
123
|
+
CharactersRangeSet mdp::BytesRangeSetToCharactersRangeSet(const BytesRangeSet& rangeSet, const ByteBufferCharacterIndex& index)
|
124
|
+
{
|
125
|
+
CharactersRangeSet characterMap;
|
126
|
+
|
127
|
+
for (BytesRangeSet::const_iterator it = rangeSet.begin(); it != rangeSet.end(); ++it) {
|
128
|
+
CharactersRange characterRange = BytesRangeToCharactersRange(*it, index);
|
129
|
+
characterMap.push_back(characterRange);
|
130
|
+
}
|
131
|
+
|
132
|
+
return characterMap;
|
133
|
+
}
|
134
|
+
|
135
|
+
ByteBuffer mdp::MapBytesRangeSet(const BytesRangeSet& rangeSet, const ByteBuffer& byteBuffer)
|
136
|
+
{
|
137
|
+
if (byteBuffer.empty())
|
138
|
+
return ByteBuffer();
|
139
|
+
|
140
|
+
size_t length = byteBuffer.length();
|
141
|
+
ByteBufferStream s;
|
142
|
+
for (BytesRangeSet::const_iterator it = rangeSet.begin(); it != rangeSet.end(); ++it) {
|
143
|
+
|
144
|
+
if (it->location + it->length > length) {
|
145
|
+
// Sundown adds an extra newline on the source input if needed.
|
146
|
+
if (it->location + it->length - length == 1) {
|
147
|
+
s << byteBuffer.substr(it->location, length - it->location);
|
148
|
+
return s.str();
|
149
|
+
}
|
150
|
+
else {
|
151
|
+
// Wrong map
|
152
|
+
return ByteBuffer();
|
153
|
+
}
|
154
|
+
}
|
155
|
+
|
156
|
+
s << byteBuffer.substr(it->location, it->length);
|
157
|
+
}
|
158
|
+
|
159
|
+
return s.str();
|
160
|
+
}
|
@@ -0,0 +1,90 @@
|
|
1
|
+
//
|
2
|
+
// ByteBuffer.h
|
3
|
+
// markdownparser
|
4
|
+
//
|
5
|
+
// Created by Zdenek Nemec on 4/18/14.
|
6
|
+
// Copyright (c) 2014 Apiary Inc. All rights reserved.
|
7
|
+
//
|
8
|
+
|
9
|
+
#ifndef MARKDOWNPARSER_BYTEBUFFER_H
|
10
|
+
#define MARKDOWNPARSER_BYTEBUFFER_H
|
11
|
+
|
12
|
+
#include <string>
|
13
|
+
#include <vector>
|
14
|
+
#include <sstream>
|
15
|
+
|
16
|
+
namespace mdp {
|
17
|
+
|
18
|
+
/**
|
19
|
+
* \brief Source data byte buffer
|
20
|
+
*
|
21
|
+
* Note this is a byte buffer, a sequence of
|
22
|
+
* UTF8 bytes note necessarily characters.
|
23
|
+
*/
|
24
|
+
typedef std::string ByteBuffer;
|
25
|
+
|
26
|
+
/** Byte buffer stream */
|
27
|
+
typedef std::stringstream ByteBufferStream;
|
28
|
+
|
29
|
+
/** A generic continuous range */
|
30
|
+
struct Range {
|
31
|
+
size_t location;
|
32
|
+
size_t length;
|
33
|
+
|
34
|
+
Range(size_t loc = 0, size_t len = 0)
|
35
|
+
: location(loc), length(len) {}
|
36
|
+
};
|
37
|
+
|
38
|
+
/** Range of bytes */
|
39
|
+
typedef Range BytesRange;
|
40
|
+
|
41
|
+
/** Range of characters */
|
42
|
+
typedef Range CharactersRange;
|
43
|
+
|
44
|
+
/** A generic set of non-continuous of ranges */
|
45
|
+
template<typename T>
|
46
|
+
class RangeSet : public std::vector<T> {
|
47
|
+
public:
|
48
|
+
|
49
|
+
/** Append another range set to this one, merging continuous blocks */
|
50
|
+
void append(const RangeSet& val)
|
51
|
+
{
|
52
|
+
if (val.empty())
|
53
|
+
return;
|
54
|
+
if (this->empty() ||
|
55
|
+
val.front().location != this->back().location + this->back().length) {
|
56
|
+
this->insert(this->end(), val.begin(), val.end());
|
57
|
+
}
|
58
|
+
else {
|
59
|
+
// merge
|
60
|
+
this->back().length += val.front().length;
|
61
|
+
|
62
|
+
if (val.size() > 1) {
|
63
|
+
this->insert(this->end(), ++val.begin(), val.end());
|
64
|
+
}
|
65
|
+
}
|
66
|
+
}
|
67
|
+
};
|
68
|
+
|
69
|
+
/** Set of non-continuous byte ranges */
|
70
|
+
typedef RangeSet<BytesRange> BytesRangeSet;
|
71
|
+
|
72
|
+
/** Set of non-continuous character ranges */
|
73
|
+
typedef RangeSet<CharactersRange> CharactersRangeSet;
|
74
|
+
|
75
|
+
/** Map byte index into utf-8 chracter index */
|
76
|
+
typedef std::vector<size_t> ByteBufferCharacterIndex;
|
77
|
+
|
78
|
+
/** Fill character map - cache of characters positions */
|
79
|
+
void BuildCharacterIndex(ByteBufferCharacterIndex& index, const ByteBuffer& byteBuffer);
|
80
|
+
|
81
|
+
/** Convert ranges of bytes to ranges of characters */
|
82
|
+
CharactersRangeSet BytesRangeSetToCharactersRangeSet(const BytesRangeSet& rangeSet, const ByteBuffer& byteBuffer);
|
83
|
+
CharactersRangeSet BytesRangeSetToCharactersRangeSet(const BytesRangeSet& rangeSet, const ByteBufferCharacterIndex& index);
|
84
|
+
|
85
|
+
/** Maps bytes range set to byte buffer */
|
86
|
+
ByteBuffer MapBytesRangeSet(const BytesRangeSet& rangeSet, const ByteBuffer& byteBuffer);
|
87
|
+
|
88
|
+
}
|
89
|
+
|
90
|
+
#endif
|