File: test.html

package info (click to toggle)
antlr 2.7.7%2Bdfsg-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,016 kB
  • sloc: java: 54,649; cs: 12,537; makefile: 8,854; cpp: 7,359; pascal: 5,273; sh: 4,333; python: 4,297; lisp: 1,969; xml: 220; lex: 192; ansic: 127
file content (52 lines) | stat: -rw-r--r-- 1,620 bytes parent folder | download | duplicates (35)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML> 
<HEAD>
<TITLE>A test file</TITLE>
</HEAD>

<BODY>
<!---->
<!-- --->
<!-- - -->
fdsfds<!--afdsaf-->fdssfd
<h2>ANTLR 2.xx Meta-Language</h2>
        <p>ANTLR 2.0 accepts three types of grammar

        specifications -- parsers, lexers, and tree-parsers (also
        called tree-walkers). Because ANTLR 2.0 uses LL(k)
        analysis for all three grammar variants, the grammar
        specifications are similar, and the generated lexers and
        parsers behave similarly. </p>
        <p>Note: in this document, the word &quot;parser&quot;
        usually includes tree-parsers as well as token stream
        parsers, except where noted. </p>
        <h3>Meta-Language Vocabulary</h3>
        <p><b>Whitespace.</b> Spaces, tabs, and newlines are
        separators in that they can separate ANTLR vocabulary


    <p>Download <a href="http://www.antlr.org/download.html">ANTLR
	2.4.0</a>.</p>

    <p><a href="antlr240release.html"><big><big>ANTLR 2.4.0 release
	notes</big></big></a></p>

    <p><big><a href="metalang.html#_bb1">ANTLR Meta-Language</a></big>
    <ul>
      <li><a href="metalang.html#_bb2">Meta-Language Vocabulary </a></li>
      <li><a href="metalang.html#_bb3">Header Section </a></li>
	  <li>
fd
<!-- sfkjdsfkj-->fdskjfds
      <ul>
fdsfd
<!-- sfkjdsfkj-->fdskjfds
        <li><a href="metalang.html#_bb21">Fixed depth lookahead and syntactic predicates</a></li>
      </ul>
	  </li>
      <li><a href="dkfjdskjds">ANTLR Meta-Language Grammar </a></li>
    </ul>

</BODY>

</HTML>