yapps(1) debian man page | unix.com

Man Page: yapps

Operating Environment: debian

Section: 1

YAPPS(1)						      General Commands Manual							  YAPPS(1)

NAME
yapps - create a Python module from a grammar file
SYNOPSIS
yapps [ --dump ] [ --use-devel-grammar ] [ -fcontext-insensitive-scanner ] [ -p pid ] [ -f ] input.g [ output.py ] name
DESCRIPTION
--dump Dump out grammar information --use-devel-grammar Use the devel grammar parser from yapps_grammar.py instead of the stable grammar from grammar.py -fcontext-insensitive-scanner Scan all tokens (see docs) yapps generates a Python program which will parse a given grammar.
OPTIONS
--dump Dump the grammar information to stdout. --use-devel-grammar Use the grammar file in ./yapps_grammar.py instead of yapps/grammar.py. This option is useful for testing new grammar parsers. (Yes, yapps' parser is itself written with yapps...) -fcontext-insensitive-scanner Set the option to use the non-context-sensitive scanner.
CAVEATS
yapps implements a recursive-descent scanner.
HISTORY
Written by Amit J. Patel <amitp@cs.stanford.edu>. This version was enhanced by Matthias Urlichs <smurf@debian.org>. It is not downwards-compatible with the original yapps2 (yet) and uses a different runtime library. See the change log for details. YAPPS(1)
Related Man Pages
me_util(n) - mojave
jocamlyacc(1) - debian
yapps(1) - debian
voikkogc(1) - centos
me_util(n) - suse
Similar Topics in the Unix Linux Community
tinyap 1.2 (Default branch)
SQLObject 0.9.8 (Old stable branch)
SQLObject 0.9.9 (Old stable branch)
Need some help with shell content scanner
General Programming Question