File: genparse.gp

package info (click to toggle)
genparse 0.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,288 kB
  • sloc: ansic: 8,795; cpp: 6,062; sh: 5,336; java: 578; yacc: 482; lex: 315; makefile: 302
file content (20 lines) | stat: -rw-r--r-- 911 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Genparse file for...genparse!!!
 */
#mandatory file

c / cppext	string	{"cc"}			"C++ file extension."
d		flag				"Turns on logging."
D / directory	string	{""}			"Directory for storing results."
f / logfile	string	{"genparse.log"}	"Log file name."
g / gnulib	flag				"Use GNU Portability Library (Gnulib)."
i / internationalize	flag			"Put internationalization macro _() around text output."
l / language	string	{"c"}			"Output language."
m / longmembers	flag				"Use long names for class members."
o / outfile	string	{"parse_cl"}		"Output file name."
p / parsefunc	string	{"Cmdline"}		"Name of parsing function / class."
P / manyprints	flag				"Output help text for every command line parameter in a"
						"separate print command."
q / quiet	flag				"Turns on quiet mode."
s / static-headers	flag			"Keep headers of generated files static. Don't add"
						"creation date, username, kernel version etc."