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,197 @@
|
|
1
|
+
#!/usr/bin/env python
|
2
|
+
#
|
3
|
+
# Attribution Notice
|
4
|
+
# ------------------
|
5
|
+
# This file uses parts of Node.js `configure`.
|
6
|
+
# Please refer to https://github.com/joyent/node.
|
7
|
+
#
|
8
|
+
|
9
|
+
import sys
|
10
|
+
|
11
|
+
|
12
|
+
if sys.version_info[0] != 2:
|
13
|
+
# Since various Linux distros and OS X doesn't properly follow PEP 394,
|
14
|
+
# We've set the shebang line to `python` and erroring when it isn't
|
15
|
+
# Python 2.
|
16
|
+
print('{} requires Python 2, please install Python 2 and re-run this script.'.format(sys.argv[0]))
|
17
|
+
print('You may be able to do this with `python2 configure`.')
|
18
|
+
sys.exit()
|
19
|
+
|
20
|
+
|
21
|
+
import optparse
|
22
|
+
import os
|
23
|
+
import pprint
|
24
|
+
import re
|
25
|
+
import shlex
|
26
|
+
import subprocess
|
27
|
+
import platform
|
28
|
+
|
29
|
+
CC = os.environ.get('CC', 'cc')
|
30
|
+
|
31
|
+
root_dir = os.path.dirname(__file__)
|
32
|
+
build_dir = './build'
|
33
|
+
|
34
|
+
# Parse options
|
35
|
+
parser = optparse.OptionParser()
|
36
|
+
parser.add_option("--debug",
|
37
|
+
action="store_true",
|
38
|
+
dest="debug",
|
39
|
+
help="Also build the debug build.")
|
40
|
+
|
41
|
+
parser.add_option("--dest-cpu",
|
42
|
+
action="store",
|
43
|
+
dest="dest_cpu",
|
44
|
+
help="CPU architecture to build for. Valid values are: ia32, x64.")
|
45
|
+
|
46
|
+
parser.add_option("--shared",
|
47
|
+
action="store_true",
|
48
|
+
dest="shared",
|
49
|
+
help="Build and use shared libsnowcrash instead of static one.")
|
50
|
+
|
51
|
+
(options, args) = parser.parse_args()
|
52
|
+
|
53
|
+
def write(filename, data):
|
54
|
+
filename = os.path.join(root_dir, filename)
|
55
|
+
print("creating " + filename)
|
56
|
+
f = open(filename, 'w+')
|
57
|
+
f.write(data)
|
58
|
+
|
59
|
+
def cc_macros():
|
60
|
+
"""Checks predefined macros using the CC command."""
|
61
|
+
|
62
|
+
try:
|
63
|
+
p = subprocess.Popen(shlex.split(CC) + ['-dM', '-E', '-'],
|
64
|
+
stdin=subprocess.PIPE,
|
65
|
+
stdout=subprocess.PIPE,
|
66
|
+
stderr=subprocess.PIPE)
|
67
|
+
except OSError:
|
68
|
+
print('''Configure error: No acceptable C compiler found!
|
69
|
+
|
70
|
+
Please make sure you have a C compiler installed on your system and/or
|
71
|
+
consider adjusting the CC environment variable if you installed
|
72
|
+
it in a non-standard prefix.
|
73
|
+
''')
|
74
|
+
sys.exit()
|
75
|
+
|
76
|
+
p.stdin.write('\n')
|
77
|
+
out = p.communicate()[0]
|
78
|
+
|
79
|
+
out = str(out).split('\n')
|
80
|
+
|
81
|
+
k = {}
|
82
|
+
for line in out:
|
83
|
+
lst = shlex.split(line)
|
84
|
+
if len(lst) > 2:
|
85
|
+
key = lst[1]
|
86
|
+
val = lst[2]
|
87
|
+
k[key] = val
|
88
|
+
return k
|
89
|
+
|
90
|
+
def host_arch_cc():
|
91
|
+
"""Host architecture check using the CC command."""
|
92
|
+
|
93
|
+
k = cc_macros()
|
94
|
+
|
95
|
+
matchup = {
|
96
|
+
'__x86_64__' : 'x64',
|
97
|
+
'__i386__' : 'ia32',
|
98
|
+
'__arm__' : 'arm',
|
99
|
+
}
|
100
|
+
|
101
|
+
rtn = 'ia32' # default
|
102
|
+
|
103
|
+
for i in matchup:
|
104
|
+
if i in k and k[i] != '0':
|
105
|
+
rtn = matchup[i]
|
106
|
+
break
|
107
|
+
|
108
|
+
return rtn
|
109
|
+
|
110
|
+
def host_arch_win():
|
111
|
+
"""Host architecture check using environ vars (better way to do this?)"""
|
112
|
+
|
113
|
+
arch = os.environ.get('PROCESSOR_ARCHITECTURE', 'x86')
|
114
|
+
|
115
|
+
matchup = {
|
116
|
+
'AMD64' : 'x64',
|
117
|
+
'x86' : 'ia32',
|
118
|
+
'arm' : 'arm',
|
119
|
+
}
|
120
|
+
|
121
|
+
return matchup.get(arch, 'ia32')
|
122
|
+
|
123
|
+
def configure_snowcrash(o):
|
124
|
+
# Build configuration
|
125
|
+
o['default_configuration'] = 'Debug' if options.debug else 'Release'
|
126
|
+
|
127
|
+
# Architecture
|
128
|
+
host_arch = host_arch_win() if os.name == 'nt' else host_arch_cc()
|
129
|
+
target_arch = options.dest_cpu or host_arch
|
130
|
+
o['variables']['host_arch'] = host_arch
|
131
|
+
o['variables']['target_arch'] = target_arch
|
132
|
+
o['variables']['libsnowcrash_type'] = 'shared_library' if options.shared else 'static_library'
|
133
|
+
|
134
|
+
#
|
135
|
+
# config.gypi
|
136
|
+
#
|
137
|
+
output = {
|
138
|
+
'variables': { 'python': sys.executable },
|
139
|
+
'include_dirs': [],
|
140
|
+
'libraries': [],
|
141
|
+
'defines': [],
|
142
|
+
'cflags': [],
|
143
|
+
}
|
144
|
+
|
145
|
+
configure_snowcrash(output)
|
146
|
+
|
147
|
+
# variables should be a root level element,
|
148
|
+
# move everything else to target_defaults
|
149
|
+
variables = output['variables']
|
150
|
+
del output['variables']
|
151
|
+
output = {
|
152
|
+
'variables': variables,
|
153
|
+
'target_defaults': output
|
154
|
+
}
|
155
|
+
|
156
|
+
write('config.gypi', "# Do not edit. Generated by the configure script.\n" +
|
157
|
+
pprint.pformat(output, indent=2) + "\n")
|
158
|
+
|
159
|
+
#
|
160
|
+
# config.mk
|
161
|
+
#
|
162
|
+
config = {
|
163
|
+
'BUILDTYPE': 'Debug' if options.debug else 'Release',
|
164
|
+
'PYTHON': sys.executable,
|
165
|
+
'BUILD_DIR': build_dir,
|
166
|
+
}
|
167
|
+
config = '\n'.join(map('='.join, config.iteritems())) + '\n'
|
168
|
+
|
169
|
+
write('config.mk',
|
170
|
+
'# Do not edit. Generated by the configure script.\n' + config)
|
171
|
+
|
172
|
+
#
|
173
|
+
# Gyp call
|
174
|
+
#
|
175
|
+
print("creating makefiles")
|
176
|
+
|
177
|
+
gyp_args = ['--generator-output', build_dir, '--depth', '.']
|
178
|
+
if sys.platform == 'win32':
|
179
|
+
# Windows
|
180
|
+
gyp_args.extend(['-f', 'msvs'])
|
181
|
+
else:
|
182
|
+
# Posix systems
|
183
|
+
gyp_args.extend(['-f', 'make'])
|
184
|
+
|
185
|
+
# Include common.gypi and config.gypi
|
186
|
+
if sys.platform == 'win32':
|
187
|
+
options_fn = os.path.join(root_dir, 'config.gypi')
|
188
|
+
else:
|
189
|
+
options_fn = os.path.join(os.path.abspath(root_dir), 'config.gypi')
|
190
|
+
|
191
|
+
if os.path.exists(options_fn):
|
192
|
+
gyp_args.extend(['-I', options_fn])
|
193
|
+
|
194
|
+
subprocess.call([sys.executable, 'tools/gyp/gyp_main.py'] + gyp_args)
|
195
|
+
|
196
|
+
# All done
|
197
|
+
print("All OK.")
|
@@ -0,0 +1,90 @@
|
|
1
|
+
# Default Shell
|
2
|
+
SHELL = /bin/bash
|
3
|
+
|
4
|
+
# Flags
|
5
|
+
CXXFLAGS = -std=c++11
|
6
|
+
|
7
|
+
# Default build path
|
8
|
+
BUILD_PATH = build
|
9
|
+
|
10
|
+
# Default C++ extension
|
11
|
+
CXX_SRC_EXT = cc
|
12
|
+
|
13
|
+
# Default C extension
|
14
|
+
C_SRC_EXT = c
|
15
|
+
|
16
|
+
# Markdown parser source directory
|
17
|
+
SRC_PATH = src
|
18
|
+
|
19
|
+
# Test source directory
|
20
|
+
TEST_SRC_PATH = test
|
21
|
+
|
22
|
+
# Sundown include paths
|
23
|
+
SUNDOWN_INCLUDES = -Iext/sundown/src/ -Iext/sundown/html/
|
24
|
+
|
25
|
+
# Markdown parser include paths
|
26
|
+
INCLUDES = -I$(SRC_PATH) $(SUNDOWN_INCLUDES)
|
27
|
+
|
28
|
+
# Test include paths
|
29
|
+
TEST_INCLUDES = $(INCLUDES) -I$(TEST_SRC_PATH) -Itest/ext/Catch/single_include
|
30
|
+
|
31
|
+
# Markdown parser objects
|
32
|
+
LIB_SRC = $(shell find $(SRC_PATH)/ -name '*.$(CXX_SRC_EXT)')
|
33
|
+
LIB_OBJ = $(LIB_SRC:$(SRC_PATH)/%.$(CXX_SRC_EXT)=$(BUILD_PATH)/%.o)
|
34
|
+
LIB_DEPS = $(LIB_OBJ:.o=.d)
|
35
|
+
|
36
|
+
# Sundown library objects
|
37
|
+
SUNDOWN_SRC=\
|
38
|
+
ext/sundown/src/markdown.c \
|
39
|
+
ext/sundown/src/stack.c \
|
40
|
+
ext/sundown/src/buffer.c \
|
41
|
+
ext/sundown/src/autolink.c \
|
42
|
+
ext/sundown/src/src_map.c \
|
43
|
+
ext/sundown/html/html.c \
|
44
|
+
ext/sundown/html/html_smartypants.c \
|
45
|
+
ext/sundown/html/houdini_html_e.c \
|
46
|
+
ext/sundown/html/houdini_href_e.c
|
47
|
+
SUNDOWN_OBJ = $(addprefix $(BUILD_PATH)/,$(addsuffix .o,$(basename $(SUNDOWN_SRC))))
|
48
|
+
|
49
|
+
# Markdown parser tests object
|
50
|
+
TEST_SRC = $(shell find $(TEST_SRC_PATH)/ -name '*.$(CXX_SRC_EXT)')
|
51
|
+
TEST_OBJ = $(TEST_SRC:$(TEST_SRC_PATH)/%.$(CXX_SRC_EXT)=$(BUILD_PATH)/%.o)
|
52
|
+
TEST_DEPS = $(TEST_OBJ:.o=.d)
|
53
|
+
|
54
|
+
.PHONY: all
|
55
|
+
all: libmarkdownparser.a test-libmarkdownparser libsundown.a
|
56
|
+
|
57
|
+
libsundown.a: $(SUNDOWN_OBJ)
|
58
|
+
$(AR) rcs $(BUILD_PATH)/libsundown.a $^
|
59
|
+
|
60
|
+
libmarkdownparser.a: $(LIB_OBJ)
|
61
|
+
$(AR) rcs $(BUILD_PATH)/libmarkdownparser.a $^
|
62
|
+
|
63
|
+
test-libmarkdownparser: libmarkdownparser.a libsundown.a $(TEST_OBJ)
|
64
|
+
$(CXX) $(TEST_OBJ) $(BUILD_PATH)/libmarkdownparser.a $(BUILD_PATH)/libsundown.a $(LDFLAGS) -o $(BUILD_PATH)/$@
|
65
|
+
|
66
|
+
.PHONY: test
|
67
|
+
test: test-libmarkdownparser
|
68
|
+
$(BUILD_PATH)/test-libmarkdownparser
|
69
|
+
|
70
|
+
.PHONY: clean
|
71
|
+
clean:
|
72
|
+
$(RM) -r build
|
73
|
+
$(RM) -r bin
|
74
|
+
|
75
|
+
$(BUILD_PATH)/%.o: $(SRC_PATH)/%.$(CXX_SRC_EXT)
|
76
|
+
$(CXX) $(CXXFLAGS) $(INCLUDES) -MP -MMD -c $< -o $@
|
77
|
+
|
78
|
+
$(BUILD_PATH)/%.o: $(TEST_SRC_PATH)/%.$(CXX_SRC_EXT)
|
79
|
+
$(CXX) $(CXXFLAGS) $(TEST_INCLUDES) -MP -MMD -c $< -o $@
|
80
|
+
|
81
|
+
$(BUILD_PATH)/%.o: %.$(C_SRC_EXT)
|
82
|
+
$(CC) $(CFLAGS) $(INCLUDES) -c $< -o $@
|
83
|
+
|
84
|
+
$(LIB_OBJ): | $(BUILD_PATH)
|
85
|
+
$(SUNDOWN_OBJ): | $(BUILD_PATH)
|
86
|
+
|
87
|
+
$(BUILD_PATH):
|
88
|
+
mkdir -p $(BUILD_PATH)
|
89
|
+
mkdir -p $(BUILD_PATH)/ext/sundown/src/
|
90
|
+
mkdir -p $(BUILD_PATH)/ext/sundown/html/
|
@@ -0,0 +1,10 @@
|
|
1
|
+
Contributing to Sundown
|
2
|
+
=======================
|
3
|
+
|
4
|
+
Do not.
|
5
|
+
|
6
|
+
Unfortunately, Sundown is currently frozen as we're working with the Reddit, StackOverflow and Meteor developers to design a formal Markdown standard and parser that will supersede Sundown in all these websites (and in GitHub, of course). Our goal is to deprecate Sundown altogether before the end of the year.
|
7
|
+
|
8
|
+
The new parser will be smaller, faster, safer and most importantly, more consistent.
|
9
|
+
|
10
|
+
Please stay tuned.
|
@@ -0,0 +1,84 @@
|
|
1
|
+
# Makefile
|
2
|
+
|
3
|
+
# Copyright (c) 2009, Natacha Porté
|
4
|
+
#
|
5
|
+
# Permission to use, copy, modify, and distribute this software for any
|
6
|
+
# purpose with or without fee is hereby granted, provided that the above
|
7
|
+
# copyright notice and this permission notice appear in all copies.
|
8
|
+
#
|
9
|
+
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
10
|
+
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
11
|
+
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
12
|
+
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
13
|
+
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
14
|
+
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
15
|
+
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
16
|
+
|
17
|
+
DEPDIR=depends
|
18
|
+
|
19
|
+
# "Machine-dependant" options
|
20
|
+
#MFLAGS=-fPIC
|
21
|
+
|
22
|
+
CFLAGS=-c -g -O3 -fPIC -Wall -Werror -Wsign-compare -Isrc -Ihtml
|
23
|
+
LDFLAGS=-g -O3 -Wall -Werror
|
24
|
+
CC=gcc
|
25
|
+
|
26
|
+
|
27
|
+
SUNDOWN_SRC=\
|
28
|
+
src/markdown.o \
|
29
|
+
src/stack.o \
|
30
|
+
src/src_map.o \
|
31
|
+
src/buffer.o \
|
32
|
+
src/autolink.o \
|
33
|
+
html/html.o \
|
34
|
+
html/html_smartypants.o \
|
35
|
+
html/houdini_html_e.o \
|
36
|
+
html/houdini_href_e.o
|
37
|
+
|
38
|
+
all: libsundown.so sundown smartypants html_blocks
|
39
|
+
|
40
|
+
.PHONY: all clean
|
41
|
+
|
42
|
+
# libraries
|
43
|
+
|
44
|
+
libsundown.so: libsundown.so.1
|
45
|
+
ln -f -s $^ $@
|
46
|
+
|
47
|
+
libsundown.so.1: $(SUNDOWN_SRC)
|
48
|
+
$(CC) $(LDFLAGS) -shared $^ -o $@
|
49
|
+
|
50
|
+
# executables
|
51
|
+
|
52
|
+
sundown: examples/sundown.o $(SUNDOWN_SRC)
|
53
|
+
$(CC) $(LDFLAGS) $^ -o $@
|
54
|
+
|
55
|
+
smartypants: examples/smartypants.o $(SUNDOWN_SRC)
|
56
|
+
$(CC) $(LDFLAGS) $^ -o $@
|
57
|
+
|
58
|
+
# perfect hashing
|
59
|
+
html_blocks: src/html_blocks.h
|
60
|
+
|
61
|
+
src/html_blocks.h: html_block_names.txt
|
62
|
+
gperf -N find_block_tag -H hash_block_tag -C -c -E --ignore-case $^ > $@
|
63
|
+
|
64
|
+
|
65
|
+
# housekeeping
|
66
|
+
clean:
|
67
|
+
rm -f src/*.o html/*.o examples/*.o
|
68
|
+
rm -f libsundown.so libsundown.so.1 sundown smartypants
|
69
|
+
rm -f sundown.exe smartypants.exe
|
70
|
+
rm -rf $(DEPDIR)
|
71
|
+
|
72
|
+
|
73
|
+
# dependencies
|
74
|
+
|
75
|
+
include $(wildcard $(DEPDIR)/*.d)
|
76
|
+
|
77
|
+
|
78
|
+
# generic object compilations
|
79
|
+
|
80
|
+
%.o: src/%.c examples/%.c html/%.c
|
81
|
+
@mkdir -p $(DEPDIR)
|
82
|
+
@$(CC) -MM $< > $(DEPDIR)/$*.d
|
83
|
+
$(CC) $(CFLAGS) -o $@ $<
|
84
|
+
|
@@ -0,0 +1,33 @@
|
|
1
|
+
|
2
|
+
CFLAGS=/O2 /EHsc /I"src/" /I"examples"/ /I"html"/
|
3
|
+
CC=cl
|
4
|
+
|
5
|
+
SUNDOWN_SRC=\
|
6
|
+
src\markdown.obj \
|
7
|
+
src\stack.obj \
|
8
|
+
src\buffer.obj \
|
9
|
+
src\autolink.obj \
|
10
|
+
html\html.obj \
|
11
|
+
html\html_smartypants.obj \
|
12
|
+
html\houdini_html_e.obj \
|
13
|
+
html\houdini_href_e.obj
|
14
|
+
|
15
|
+
all: sundown.dll sundown.exe
|
16
|
+
|
17
|
+
sundown.dll: $(SUNDOWN_SRC) sundown.def
|
18
|
+
$(CC) $(SUNDOWN_SRC) sundown.def /link /DLL $(LDFLAGS) /out:$@
|
19
|
+
|
20
|
+
sundown.exe: examples\sundown.obj $(SUNDOWN_SRC)
|
21
|
+
$(CC) examples\sundown.obj $(SUNDOWN_SRC) /link $(LDFLAGS) /out:$@
|
22
|
+
|
23
|
+
# housekeeping
|
24
|
+
clean:
|
25
|
+
del $(SUNDOWN_SRC)
|
26
|
+
del sundown.dll sundown.exe
|
27
|
+
del sundown.exp sundown.lib
|
28
|
+
|
29
|
+
# generic object compilations
|
30
|
+
|
31
|
+
.c.obj:
|
32
|
+
$(CC) $(CFLAGS) /c $< /Fo$@
|
33
|
+
|
@@ -0,0 +1,72 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) 2011, Vicent Marti
|
3
|
+
*
|
4
|
+
* Permission to use, copy, modify, and distribute this software for any
|
5
|
+
* purpose with or without fee is hereby granted, provided that the above
|
6
|
+
* copyright notice and this permission notice appear in all copies.
|
7
|
+
*
|
8
|
+
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
9
|
+
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
10
|
+
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
11
|
+
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
12
|
+
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
13
|
+
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
14
|
+
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
15
|
+
*/
|
16
|
+
|
17
|
+
#include "markdown.h"
|
18
|
+
#include "html.h"
|
19
|
+
#include "buffer.h"
|
20
|
+
|
21
|
+
#include <errno.h>
|
22
|
+
#include <getopt.h>
|
23
|
+
#include <stdio.h>
|
24
|
+
#include <stdlib.h>
|
25
|
+
#include <string.h>
|
26
|
+
|
27
|
+
#define READ_UNIT 1024
|
28
|
+
#define OUTPUT_UNIT 64
|
29
|
+
|
30
|
+
int
|
31
|
+
main(int argc, char **argv)
|
32
|
+
{
|
33
|
+
struct buf *ib, *ob;
|
34
|
+
size_t ret;
|
35
|
+
FILE *in = stdin;
|
36
|
+
|
37
|
+
/* opening the file if given from the command line */
|
38
|
+
if (argc > 1) {
|
39
|
+
in = fopen(argv[1], "r");
|
40
|
+
if (!in) {
|
41
|
+
fprintf(stderr, "Unable to open input file \"%s\": %s\n", argv[0], strerror(errno));
|
42
|
+
return 1;
|
43
|
+
}
|
44
|
+
}
|
45
|
+
|
46
|
+
/* reading everything */
|
47
|
+
ib = bufnew(READ_UNIT);
|
48
|
+
bufgrow(ib, READ_UNIT);
|
49
|
+
while ((ret = fread(ib->data + ib->size, 1, ib->asize - ib->size, in)) > 0) {
|
50
|
+
ib->size += ret;
|
51
|
+
bufgrow(ib, ib->size + READ_UNIT);
|
52
|
+
}
|
53
|
+
|
54
|
+
if (in != stdin)
|
55
|
+
fclose(in);
|
56
|
+
|
57
|
+
/* performing markdown parsing */
|
58
|
+
ob = bufnew(OUTPUT_UNIT);
|
59
|
+
|
60
|
+
sdhtml_smartypants(ob, ib->data, ib->size);
|
61
|
+
|
62
|
+
/* writing the result to stdout */
|
63
|
+
(void)fwrite(ob->data, 1, ob->size, stdout);
|
64
|
+
|
65
|
+
/* cleanup */
|
66
|
+
bufrelease(ib);
|
67
|
+
bufrelease(ob);
|
68
|
+
|
69
|
+
return 0;
|
70
|
+
}
|
71
|
+
|
72
|
+
/* vim: set filetype=c: */
|
@@ -0,0 +1,80 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) 2011, Vicent Marti
|
3
|
+
*
|
4
|
+
* Permission to use, copy, modify, and distribute this software for any
|
5
|
+
* purpose with or without fee is hereby granted, provided that the above
|
6
|
+
* copyright notice and this permission notice appear in all copies.
|
7
|
+
*
|
8
|
+
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
9
|
+
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
10
|
+
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
11
|
+
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
12
|
+
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
13
|
+
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
14
|
+
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
15
|
+
*/
|
16
|
+
|
17
|
+
#include "markdown.h"
|
18
|
+
#include "html.h"
|
19
|
+
#include "buffer.h"
|
20
|
+
|
21
|
+
#include <errno.h>
|
22
|
+
#include <stdio.h>
|
23
|
+
#include <stdlib.h>
|
24
|
+
#include <string.h>
|
25
|
+
|
26
|
+
#define READ_UNIT 1024
|
27
|
+
#define OUTPUT_UNIT 64
|
28
|
+
|
29
|
+
/* main • main function, interfacing STDIO with the parser */
|
30
|
+
int
|
31
|
+
main(int argc, char **argv)
|
32
|
+
{
|
33
|
+
struct buf *ib, *ob;
|
34
|
+
int ret;
|
35
|
+
FILE *in = stdin;
|
36
|
+
|
37
|
+
struct sd_callbacks callbacks;
|
38
|
+
struct html_renderopt options;
|
39
|
+
struct sd_markdown *markdown;
|
40
|
+
|
41
|
+
/* opening the file if given from the command line */
|
42
|
+
if (argc > 1) {
|
43
|
+
in = fopen(argv[1], "r");
|
44
|
+
if (!in) {
|
45
|
+
fprintf(stderr,"Unable to open input file \"%s\": %s\n", argv[1], strerror(errno));
|
46
|
+
return 1;
|
47
|
+
}
|
48
|
+
}
|
49
|
+
|
50
|
+
/* reading everything */
|
51
|
+
ib = bufnew(READ_UNIT);
|
52
|
+
bufgrow(ib, READ_UNIT);
|
53
|
+
while ((ret = fread(ib->data + ib->size, 1, ib->asize - ib->size, in)) > 0) {
|
54
|
+
ib->size += ret;
|
55
|
+
bufgrow(ib, ib->size + READ_UNIT);
|
56
|
+
}
|
57
|
+
|
58
|
+
if (in != stdin)
|
59
|
+
fclose(in);
|
60
|
+
|
61
|
+
/* performing markdown parsing */
|
62
|
+
ob = bufnew(OUTPUT_UNIT);
|
63
|
+
|
64
|
+
sdhtml_renderer(&callbacks, &options, 0);
|
65
|
+
markdown = sd_markdown_new(0, 16, &callbacks, &options);
|
66
|
+
|
67
|
+
sd_markdown_render(ob, ib->data, ib->size, markdown);
|
68
|
+
sd_markdown_free(markdown);
|
69
|
+
|
70
|
+
/* writing the result to stdout */
|
71
|
+
ret = fwrite(ob->data, 1, ob->size, stdout);
|
72
|
+
|
73
|
+
/* cleanup */
|
74
|
+
bufrelease(ib);
|
75
|
+
bufrelease(ob);
|
76
|
+
|
77
|
+
return (ret < 0) ? -1 : 0;
|
78
|
+
}
|
79
|
+
|
80
|
+
/* vim: set filetype=c: */
|
@@ -0,0 +1,37 @@
|
|
1
|
+
#ifndef HOUDINI_H__
|
2
|
+
#define HOUDINI_H__
|
3
|
+
|
4
|
+
#include "buffer.h"
|
5
|
+
|
6
|
+
#ifdef __cplusplus
|
7
|
+
extern "C" {
|
8
|
+
#endif
|
9
|
+
|
10
|
+
#ifdef HOUDINI_USE_LOCALE
|
11
|
+
# define _isxdigit(c) isxdigit(c)
|
12
|
+
# define _isdigit(c) isdigit(c)
|
13
|
+
#else
|
14
|
+
/*
|
15
|
+
* Helper _isdigit methods -- do not trust the current locale
|
16
|
+
* */
|
17
|
+
# define _isxdigit(c) (strchr("0123456789ABCDEFabcdef", (c)) != NULL)
|
18
|
+
# define _isdigit(c) ((c) >= '0' && (c) <= '9')
|
19
|
+
#endif
|
20
|
+
|
21
|
+
extern void houdini_escape_html(struct buf *ob, const uint8_t *src, size_t size);
|
22
|
+
extern void houdini_escape_html0(struct buf *ob, const uint8_t *src, size_t size, int secure);
|
23
|
+
extern void houdini_unescape_html(struct buf *ob, const uint8_t *src, size_t size);
|
24
|
+
extern void houdini_escape_xml(struct buf *ob, const uint8_t *src, size_t size);
|
25
|
+
extern void houdini_escape_uri(struct buf *ob, const uint8_t *src, size_t size);
|
26
|
+
extern void houdini_escape_url(struct buf *ob, const uint8_t *src, size_t size);
|
27
|
+
extern void houdini_escape_href(struct buf *ob, const uint8_t *src, size_t size);
|
28
|
+
extern void houdini_unescape_uri(struct buf *ob, const uint8_t *src, size_t size);
|
29
|
+
extern void houdini_unescape_url(struct buf *ob, const uint8_t *src, size_t size);
|
30
|
+
extern void houdini_escape_js(struct buf *ob, const uint8_t *src, size_t size);
|
31
|
+
extern void houdini_unescape_js(struct buf *ob, const uint8_t *src, size_t size);
|
32
|
+
|
33
|
+
#ifdef __cplusplus
|
34
|
+
}
|
35
|
+
#endif
|
36
|
+
|
37
|
+
#endif
|