]> granicus.if.org Git - multimarkdown/commitdiff
UPDATED: Add notes to main.swift
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Thu, 16 Mar 2017 17:20:17 +0000 (13:20 -0400)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Thu, 16 Mar 2017 17:20:17 +0000 (13:20 -0400)
Sources/mmd-swift/main.swift

index f8c3781449c14729c60d6c05e25bca0edb4934b1..6ec37ec47a04a83cf954a2b0e4fa2be467ef6be2 100644 (file)
@@ -1,6 +1,15 @@
 /// Trivial example of using libMultiMarkdown within a Swift
 /// project.  Needs a lot of work to be functional.
 
+
+// libMultiMarkdown is built as shared library -- needs to be static
+// libMultiMarkdown is named liblibMultiMarkdown -- need to fix
+
+// Needs the functionality from main.c in order to become viable
+// replacement for the c build.
+
+// But as a proof of concept, it works.
+
 import libMultiMarkdown