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
| ó
| Z\¬Qc @ sE d Z d d l Z d d l Z d d l m Z d d d YZ d S( sk
| HyperParser
| ===========
| This module defines the HyperParser class, which provides advanced parsing
| abilities for the ParenMatch and other extensions.
| The HyperParser uses PyParser. PyParser is intended mostly to give information
| on the proper indentation of code. HyperParser gives some information on the
| structure of code, used by extensions to help the user.
| iÿÿÿÿN( t PyParset HyperParserc B st e Z d Z d Z d Z d Z d e d Z d Z e |
|