From: Fletcher T. Penney Date: Wed, 29 Mar 2017 23:31:17 +0000 (-0400) Subject: ADDED: Script for updating re2c and lemon files X-Git-Tag: 6.0.3^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40faeab14b2ae80b3c835e92525b1fc7cddb63a2;p=multimarkdown ADDED: Script for updating re2c and lemon files --- diff --git a/Sources/libMultiMarkdown/update b/Sources/libMultiMarkdown/update new file mode 100755 index 0000000..335108f --- /dev/null +++ b/Sources/libMultiMarkdown/update @@ -0,0 +1,11 @@ +#!/bin/sh + +# This command can be run any time to ensure that all submodules are on +# the most recent commit for the configured branch, as set up +# in the `link_git_modules` script. + +re2c -i -8 lexer.re > lexer.c + +re2c -i -8 scanners.re > scanners.c + +lemon -l parser.y