File: bisonc%2B%2B.yo

package info (click to toggle)
bisonc%2B%2B 4.09.02-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,412 kB
  • ctags: 2,871
  • sloc: cpp: 9,459; ansic: 1,434; makefile: 1,091; sh: 286; yacc: 84; lex: 60
file content (57 lines) | stat: -rw-r--r-- 1,261 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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
NOUSERMACRO(LALR LR parse lex error main name setLoc setDebug clearin debug
            throw print ParserBase ACCEPT ABORT setVal setSval yylex)

DEFINEMACRO(b)(0)(bf(bisonc++))
DEFINEMACRO(B)(0)(bf(Bisonc++))

includefile(preamble)

includefile(../../release.yo)

htmlbodyopt(text)(#27408B)
htmlbodyopt(bgcolor)(#FFFAF0)

mailto(Frank B. Brokken: MYEMAIL)

COMMENT(includefile(abstract))


IFDEF(html)(
    affiliation(center(AFFILIATION))
    report(center(B() (Version _CurVers_) User Guide))
        (center(Frank B. Brokken))
        (center(_CurYrs_))
)(
    affiliation(AFFILIATION)
    report(B() (Version _CurVers_) User Guide)
           (Frank B. Brokken)
           (_CurYrs_)
)


chapter(Introduction)
includefile(introduction.yo)

chapter(Conditions for Using Bisonc++)
includefile(conditions.yo)

chapter(Bisonc++ concepts)
includefile(concepts.yo)

chapter(Examples)
includefile(examples.yo)

lchapter(GRAMMARFILES)(Bisonc++ grammar files)
includefile(grammar.yo)

lchapter(INTERFACE)(The Generated Parser Class' Members)
includefile(class.yo)

lchapter(ALGORITHM)(The Bisonc++ Parser Algorithm)
includefile(algorithm.yo)

lchapter(RECOVERY)(Error Recovery)
includefile(error.yo)

lchapter(INVOKING)(Invoking Bisonc++)
includefile(invoking.yo)