sdl4r 0.9.1 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +0 -0
- data/LICENSE +502 -0
- data/README +296 -1
- data/Rakefile +7 -4
- data/TODO.txt +33 -21
- data/doc/created.rid +1 -0
- data/doc/fr_class_index.html +36 -0
- data/doc/fr_file_index.html +39 -0
- data/doc/fr_method_index.html +141 -0
- data/doc/index.html +24 -0
- data/doc/rdoc-style.css +208 -0
- data/lib/sdl4r/parser.rb +1 -30
- data/lib/sdl4r/parser/reader.rb +175 -0
- data/lib/sdl4r/parser/time_span_with_zone.rb +52 -0
- data/lib/sdl4r/parser/token.rb +133 -0
- data/lib/sdl4r/parser/tokenizer.rb +506 -0
- data/lib/sdl4r/sdl.rb +126 -76
- data/lib/sdl4r/tag.rb +108 -54
- data/test/sdl4r/parser_test.rb +90 -19
- data/test/sdl4r/test.rb +93 -101
- data/test/sdl4r/test_basic_types.sdl +3 -3
- metadata +49 -37
- data/lib/scratchpad.rb +0 -49
- data/lib/sdl4r/reader.rb +0 -171
- data/lib/sdl4r/token.rb +0 -129
- data/lib/sdl4r/tokenizer.rb +0 -501
@@ -0,0 +1,39 @@
|
|
1
|
+
|
2
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
3
|
+
<!DOCTYPE html
|
4
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
5
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
6
|
+
|
7
|
+
<!--
|
8
|
+
|
9
|
+
Files
|
10
|
+
|
11
|
+
-->
|
12
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
13
|
+
<head>
|
14
|
+
<title>Files</title>
|
15
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
16
|
+
<link rel="stylesheet" href="rdoc-style.css" type="text/css" />
|
17
|
+
<base target="docwin" />
|
18
|
+
</head>
|
19
|
+
<body>
|
20
|
+
<div id="index">
|
21
|
+
<h1 class="section-bar">Files</h1>
|
22
|
+
<div id="index-entries">
|
23
|
+
<a href="files/CHANGELOG.html">CHANGELOG</a><br />
|
24
|
+
<a href="files/LICENSE.html">LICENSE</a><br />
|
25
|
+
<a href="files/README.html">README</a><br />
|
26
|
+
<a href="files/lib/sdl4r/parser_rb.html">lib/sdl4r/parser.rb</a><br />
|
27
|
+
<a href="files/lib/sdl4r/parser/reader_rb.html">lib/sdl4r/parser/reader.rb</a><br />
|
28
|
+
<a href="files/lib/sdl4r/parser/time_span_with_zone_rb.html">lib/sdl4r/parser/time_span_with_zone.rb</a><br />
|
29
|
+
<a href="files/lib/sdl4r/parser/token_rb.html">lib/sdl4r/parser/token.rb</a><br />
|
30
|
+
<a href="files/lib/sdl4r/parser/tokenizer_rb.html">lib/sdl4r/parser/tokenizer.rb</a><br />
|
31
|
+
<a href="files/lib/sdl4r/sdl_rb.html">lib/sdl4r/sdl.rb</a><br />
|
32
|
+
<a href="files/lib/sdl4r/sdl_binary_rb.html">lib/sdl4r/sdl_binary.rb</a><br />
|
33
|
+
<a href="files/lib/sdl4r/sdl_parse_error_rb.html">lib/sdl4r/sdl_parse_error.rb</a><br />
|
34
|
+
<a href="files/lib/sdl4r/sdl_time_span_rb.html">lib/sdl4r/sdl_time_span.rb</a><br />
|
35
|
+
<a href="files/lib/sdl4r/tag_rb.html">lib/sdl4r/tag.rb</a><br />
|
36
|
+
</div>
|
37
|
+
</div>
|
38
|
+
</body>
|
39
|
+
</html>
|
@@ -0,0 +1,141 @@
|
|
1
|
+
|
2
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
3
|
+
<!DOCTYPE html
|
4
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
5
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
6
|
+
|
7
|
+
<!--
|
8
|
+
|
9
|
+
Methods
|
10
|
+
|
11
|
+
-->
|
12
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
13
|
+
<head>
|
14
|
+
<title>Methods</title>
|
15
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
16
|
+
<link rel="stylesheet" href="rdoc-style.css" type="text/css" />
|
17
|
+
<base target="docwin" />
|
18
|
+
</head>
|
19
|
+
<body>
|
20
|
+
<div id="index">
|
21
|
+
<h1 class="section-bar">Methods</h1>
|
22
|
+
<div id="index-entries">
|
23
|
+
<a href="classes/SDL4R/Tag.html#M000048"><< (SDL4R::Tag)</a><br />
|
24
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000114"><=> (SDL4R::SdlTimeSpan)</a><br />
|
25
|
+
<a href="classes/SDL4R/Tag.html#M000084">== (SDL4R::Tag)</a><br />
|
26
|
+
<a href="classes/SDL4R/SdlBinary.html#M000088">== (SDL4R::SdlBinary)</a><br />
|
27
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000113">== (SDL4R::SdlTimeSpan)</a><br />
|
28
|
+
<a href="classes/SDL4R.html#M000008">SdlBinary (SDL4R)</a><br />
|
29
|
+
<a href="classes/SDL4R/Tag.html#M000047">add_child (SDL4R::Tag)</a><br />
|
30
|
+
<a href="classes/SDL4R/Tag.html#M000061">add_value (SDL4R::Tag)</a><br />
|
31
|
+
<a href="classes/SDL4R/Tag.html#M000068">attribute (SDL4R::Tag)</a><br />
|
32
|
+
<a href="classes/SDL4R/Tag.html#M000070">attributes (SDL4R::Tag)</a><br />
|
33
|
+
<a href="classes/SDL4R/Tag.html#M000074">attributes= (SDL4R::Tag)</a><br />
|
34
|
+
<a href="classes/SDL4R/Tag.html#M000056">child (SDL4R::Tag)</a><br />
|
35
|
+
<a href="classes/SDL4R/Tag.html#M000053">child_count (SDL4R::Tag)</a><br />
|
36
|
+
<a href="classes/SDL4R/Tag.html#M000054">children (SDL4R::Tag)</a><br />
|
37
|
+
<a href="classes/SDL4R/Tag.html#M000082">children_to_string (SDL4R::Tag)</a><br />
|
38
|
+
<a href="classes/SDL4R/Tag.html#M000055">children_values (SDL4R::Tag)</a><br />
|
39
|
+
<a href="classes/SDL4R/Tag.html#M000072">clear_attributes (SDL4R::Tag)</a><br />
|
40
|
+
<a href="classes/SDL4R/Tag.html#M000050">clear_children (SDL4R::Tag)</a><br />
|
41
|
+
<a href="classes/SDL4R/Tag.html#M000064">clear_values (SDL4R::Tag)</a><br />
|
42
|
+
<a href="classes/SDL4R/Parser/Tokenizer.html#M000014">close (SDL4R::Parser::Tokenizer)</a><br />
|
43
|
+
<a href="classes/SDL4R/Parser/Reader.html#M000044">close (SDL4R::Parser::Reader)</a><br />
|
44
|
+
<a href="classes/SDL4R.html#M000003">coerce_or_fail (SDL4R)</a><br />
|
45
|
+
<a href="classes/SDL4R/Parser/Reader.html#M000036">current_char (SDL4R::Parser::Reader)</a><br />
|
46
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000096">days (SDL4R::SdlTimeSpan)</a><br />
|
47
|
+
<a href="classes/SDL4R/SdlBinary.html#M000092">decode64 (SDL4R::SdlBinary)</a><br />
|
48
|
+
<a href="classes/SDL4R/Parser/TimeSpanWithZone.html#M000012">default_time_zone_offset (SDL4R::Parser::TimeSpanWithZone)</a><br />
|
49
|
+
<a href="classes/SDL4R/Parser/Reader.html#M000030">end_of_file? (SDL4R::Parser::Reader)</a><br />
|
50
|
+
<a href="classes/SDL4R/Parser/Reader.html#M000032">end_of_line? (SDL4R::Parser::Reader)</a><br />
|
51
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000112">eql? (SDL4R::SdlTimeSpan)</a><br />
|
52
|
+
<a href="classes/SDL4R/SdlBinary.html#M000089">eql? (SDL4R::SdlBinary)</a><br />
|
53
|
+
<a href="classes/SDL4R/Tag.html#M000083">eql? (SDL4R::Tag)</a><br />
|
54
|
+
<a href="classes/SDL4R/Parser/Tokenizer.html#M000016">expecting_but_got (SDL4R::Parser::Tokenizer)</a><br />
|
55
|
+
<a href="classes/SDL4R/Parser/Reader.html#M000040">find_next_in_line (SDL4R::Parser::Reader)</a><br />
|
56
|
+
<a href="classes/SDL4R.html#M000002">format (SDL4R)</a><br />
|
57
|
+
<a href="classes/SDL4R/Parser/Reader.html#M000035">get_line_char (SDL4R::Parser::Reader)</a><br />
|
58
|
+
<a href="classes/SDL4R/Tag.html#M000069">has_attribute? (SDL4R::Tag)</a><br />
|
59
|
+
<a href="classes/SDL4R/Tag.html#M000057">has_child? (SDL4R::Tag)</a><br />
|
60
|
+
<a href="classes/SDL4R/Tag.html#M000058">has_children? (SDL4R::Tag)</a><br />
|
61
|
+
<a href="classes/SDL4R/Tag.html#M000062">has_value? (SDL4R::Tag)</a><br />
|
62
|
+
<a href="classes/SDL4R/Tag.html#M000085">hash (SDL4R::Tag)</a><br />
|
63
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000111">hash (SDL4R::SdlTimeSpan)</a><br />
|
64
|
+
<a href="classes/SDL4R/SdlBinary.html#M000090">hash (SDL4R::SdlBinary)</a><br />
|
65
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000097">hours (SDL4R::SdlTimeSpan)</a><br />
|
66
|
+
<a href="classes/SDL4R/Parser/Tokenizer.html#M000020">line (SDL4R::Parser::Tokenizer)</a><br />
|
67
|
+
<a href="classes/SDL4R/Parser/Reader.html#M000027">line_length (SDL4R::Parser::Reader)</a><br />
|
68
|
+
<a href="classes/SDL4R/Parser/Tokenizer.html#M000018">line_no (SDL4R::Parser::Tokenizer)</a><br />
|
69
|
+
<a href="classes/SDL4R/Parser/Token.html#M000022">literal? (SDL4R::Parser::Token)</a><br />
|
70
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000100">milliseconds (SDL4R::SdlTimeSpan)</a><br />
|
71
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000098">minutes (SDL4R::SdlTimeSpan)</a><br />
|
72
|
+
<a href="classes/SDL4R/Parser/Reader.html#M000031">more_chars_in_line? (SDL4R::Parser::Reader)</a><br />
|
73
|
+
<a href="classes/SDL4R/Tag.html#M000075">name= (SDL4R::Tag)</a><br />
|
74
|
+
<a href="classes/SDL4R/Tag.html#M000076">namespace= (SDL4R::Tag)</a><br />
|
75
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000105">negate (SDL4R::SdlTimeSpan)</a><br />
|
76
|
+
<a href="classes/SDL4R/Parser/Reader.html#M000026">new (SDL4R::Parser::Reader)</a><br />
|
77
|
+
<a href="classes/SDL4R/Parser/Tokenizer.html#M000013">new (SDL4R::Parser::Tokenizer)</a><br />
|
78
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000094">new (SDL4R::SdlTimeSpan)</a><br />
|
79
|
+
<a href="classes/SDL4R/SdlParseError.html#M000093">new (SDL4R::SdlParseError)</a><br />
|
80
|
+
<a href="classes/SDL4R/SdlBinary.html#M000087">new (SDL4R::SdlBinary)</a><br />
|
81
|
+
<a href="classes/SDL4R/Tag.html#M000045">new (SDL4R::Tag)</a><br />
|
82
|
+
<a href="classes/SDL4R/Parser/Token.html#M000021">new (SDL4R::Parser::Token)</a><br />
|
83
|
+
<a href="classes/SDL4R/Parser/TimeSpanWithZone.html#M000011">new (SDL4R::Parser::TimeSpanWithZone)</a><br />
|
84
|
+
<a href="classes/SDL4R/Parser.html#M000009">new (SDL4R::Parser)</a><br />
|
85
|
+
<a href="classes/SDL4R/Tag.html#M000046">new_child (SDL4R::Tag)</a><br />
|
86
|
+
<a href="classes/SDL4R/Parser/Token.html#M000023">object_for_literal (SDL4R::Parser::Token)</a><br />
|
87
|
+
<a href="classes/SDL4R/Parser.html#M000010">parse (SDL4R::Parser)</a><br />
|
88
|
+
<a href="classes/SDL4R/Parser/Tokenizer.html#M000015">parse_error (SDL4R::Parser::Tokenizer)</a><br />
|
89
|
+
<a href="classes/SDL4R/Parser/Token.html#M000025">parse_time_span_with_zone (SDL4R::Parser::Token)</a><br />
|
90
|
+
<a href="classes/SDL4R/Parser/Tokenizer.html#M000019">pos (SDL4R::Parser::Tokenizer)</a><br />
|
91
|
+
<a href="classes/SDL4R/Parser/Reader.html#M000039">previous_char (SDL4R::Parser::Reader)</a><br />
|
92
|
+
<a href="classes/SDL4R/Tag.html#M000077">read (SDL4R::Tag)</a><br />
|
93
|
+
<a href="classes/SDL4R.html#M000001">read (SDL4R)</a><br />
|
94
|
+
<a href="classes/SDL4R/Parser/Reader.html#M000038">read_char (SDL4R::Parser::Reader)</a><br />
|
95
|
+
<a href="classes/SDL4R/Tag.html#M000078">read_from_io (SDL4R::Tag)</a><br />
|
96
|
+
<a href="classes/SDL4R/Parser/Reader.html#M000028">read_line (SDL4R::Parser::Reader)</a><br />
|
97
|
+
<a href="classes/SDL4R/Parser/Tokenizer.html#M000017">read_line_tokens (SDL4R::Parser::Tokenizer)</a><br />
|
98
|
+
<a href="classes/SDL4R/Parser/Reader.html#M000043">read_raw_line (SDL4R::Parser::Reader)</a><br />
|
99
|
+
<a href="classes/SDL4R/Tag.html#M000071">remove_attribute (SDL4R::Tag)</a><br />
|
100
|
+
<a href="classes/SDL4R/Tag.html#M000049">remove_child (SDL4R::Tag)</a><br />
|
101
|
+
<a href="classes/SDL4R/Tag.html#M000063">remove_value (SDL4R::Tag)</a><br />
|
102
|
+
<a href="classes/SDL4R/Parser/Reader.html#M000029">rest_of_line (SDL4R::Parser::Reader)</a><br />
|
103
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000106">roll_days (SDL4R::SdlTimeSpan)</a><br />
|
104
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000107">roll_hours (SDL4R::SdlTimeSpan)</a><br />
|
105
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000110">roll_milliseconds (SDL4R::SdlTimeSpan)</a><br />
|
106
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000108">roll_minutes (SDL4R::SdlTimeSpan)</a><br />
|
107
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000109">roll_seconds (SDL4R::SdlTimeSpan)</a><br />
|
108
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000099">seconds (SDL4R::SdlTimeSpan)</a><br />
|
109
|
+
<a href="classes/SDL4R/Tag.html#M000067">set_attribute (SDL4R::Tag)</a><br />
|
110
|
+
<a href="classes/SDL4R/Tag.html#M000073">set_attributes (SDL4R::Tag)</a><br />
|
111
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000095">sign (SDL4R::SdlTimeSpan)</a><br />
|
112
|
+
<a href="classes/SDL4R/Parser/Reader.html#M000037">skip_char (SDL4R::Parser::Reader)</a><br />
|
113
|
+
<a href="classes/SDL4R/Parser/Reader.html#M000033">skip_line (SDL4R::Parser::Reader)</a><br />
|
114
|
+
<a href="classes/SDL4R/Parser/Reader.html#M000041">skip_to (SDL4R::Parser::Reader)</a><br />
|
115
|
+
<a href="classes/SDL4R/Parser/Reader.html#M000034">skip_whitespaces (SDL4R::Parser::Reader)</a><br />
|
116
|
+
<a href="classes/SDL4R/Parser/Reader.html#M000042">substring (SDL4R::Parser::Reader)</a><br />
|
117
|
+
<a href="classes/SDL4R.html#M000007">to_attribute_map (SDL4R)</a><br />
|
118
|
+
<a href="classes/SDL4R/Tag.html#M000059">to_child_hash (SDL4R::Tag)</a><br />
|
119
|
+
<a href="classes/SDL4R/Tag.html#M000060">to_child_string_hash (SDL4R::Tag)</a><br />
|
120
|
+
<a href="classes/SDL4R/Parser/Token.html#M000024">to_s (SDL4R::Parser::Token)</a><br />
|
121
|
+
<a href="classes/SDL4R/Tag.html#M000080">to_s (SDL4R::Tag)</a><br />
|
122
|
+
<a href="classes/SDL4R/SdlBinary.html#M000091">to_s (SDL4R::SdlBinary)</a><br />
|
123
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000115">to_s (SDL4R::SdlTimeSpan)</a><br />
|
124
|
+
<a href="classes/SDL4R/Tag.html#M000081">to_string (SDL4R::Tag)</a><br />
|
125
|
+
<a href="classes/SDL4R.html#M000005">to_value (SDL4R)</a><br />
|
126
|
+
<a href="classes/SDL4R.html#M000006">to_value_array (SDL4R)</a><br />
|
127
|
+
<a href="classes/SDL4R/Tag.html#M000086">to_xml_string (SDL4R::Tag)</a><br />
|
128
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000101">total_hours (SDL4R::SdlTimeSpan)</a><br />
|
129
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000104">total_milliseconds (SDL4R::SdlTimeSpan)</a><br />
|
130
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000102">total_minutes (SDL4R::SdlTimeSpan)</a><br />
|
131
|
+
<a href="classes/SDL4R/SdlTimeSpan.html#M000103">total_seconds (SDL4R::SdlTimeSpan)</a><br />
|
132
|
+
<a href="classes/SDL4R.html#M000004">validate_identifier (SDL4R)</a><br />
|
133
|
+
<a href="classes/SDL4R/Tag.html#M000052">value (SDL4R::Tag)</a><br />
|
134
|
+
<a href="classes/SDL4R/Tag.html#M000051">value= (SDL4R::Tag)</a><br />
|
135
|
+
<a href="classes/SDL4R/Tag.html#M000065">values (SDL4R::Tag)</a><br />
|
136
|
+
<a href="classes/SDL4R/Tag.html#M000066">values= (SDL4R::Tag)</a><br />
|
137
|
+
<a href="classes/SDL4R/Tag.html#M000079">write (SDL4R::Tag)</a><br />
|
138
|
+
</div>
|
139
|
+
</div>
|
140
|
+
</body>
|
141
|
+
</html>
|
data/doc/index.html
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
5
|
+
|
6
|
+
<!--
|
7
|
+
|
8
|
+
Simple Declarative Language for Ruby
|
9
|
+
|
10
|
+
-->
|
11
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
12
|
+
<head>
|
13
|
+
<title>Simple Declarative Language for Ruby</title>
|
14
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
15
|
+
</head>
|
16
|
+
<frameset rows="20%, 80%">
|
17
|
+
<frameset cols="25%,35%,45%">
|
18
|
+
<frame src="fr_file_index.html" title="Files" name="Files" />
|
19
|
+
<frame src="fr_class_index.html" name="Classes" />
|
20
|
+
<frame src="fr_method_index.html" name="Methods" />
|
21
|
+
</frameset>
|
22
|
+
<frame src="files/README.html" name="docwin" />
|
23
|
+
</frameset>
|
24
|
+
</html>
|
data/doc/rdoc-style.css
ADDED
@@ -0,0 +1,208 @@
|
|
1
|
+
|
2
|
+
body {
|
3
|
+
font-family: Verdana,Arial,Helvetica,sans-serif;
|
4
|
+
font-size: 90%;
|
5
|
+
margin: 0;
|
6
|
+
margin-left: 40px;
|
7
|
+
padding: 0;
|
8
|
+
background: white;
|
9
|
+
}
|
10
|
+
|
11
|
+
h1,h2,h3,h4 { margin: 0; color: #efefef; background: transparent; }
|
12
|
+
h1 { font-size: 150%; }
|
13
|
+
h2,h3,h4 { margin-top: 1em; }
|
14
|
+
|
15
|
+
a { background: #eef; color: #039; text-decoration: none; }
|
16
|
+
a:hover { background: #039; color: #eef; }
|
17
|
+
|
18
|
+
/* Override the base stylesheet's Anchor inside a table cell */
|
19
|
+
td > a {
|
20
|
+
background: transparent;
|
21
|
+
color: #039;
|
22
|
+
text-decoration: none;
|
23
|
+
}
|
24
|
+
|
25
|
+
/* and inside a section title */
|
26
|
+
.section-title > a {
|
27
|
+
background: transparent;
|
28
|
+
color: #eee;
|
29
|
+
text-decoration: none;
|
30
|
+
}
|
31
|
+
|
32
|
+
/* === Structural elements =================================== */
|
33
|
+
|
34
|
+
div#index {
|
35
|
+
margin: 0;
|
36
|
+
margin-left: -40px;
|
37
|
+
padding: 0;
|
38
|
+
font-size: 90%;
|
39
|
+
}
|
40
|
+
|
41
|
+
|
42
|
+
div#index a {
|
43
|
+
margin-left: 0.7em;
|
44
|
+
}
|
45
|
+
|
46
|
+
div#index .section-bar {
|
47
|
+
margin-left: 0px;
|
48
|
+
padding-left: 0.7em;
|
49
|
+
background: #ccc;
|
50
|
+
font-size: small;
|
51
|
+
}
|
52
|
+
|
53
|
+
|
54
|
+
div#classHeader, div#fileHeader {
|
55
|
+
width: auto;
|
56
|
+
color: white;
|
57
|
+
padding: 0.5em 1.5em 0.5em 1.5em;
|
58
|
+
margin: 0;
|
59
|
+
margin-left: -40px;
|
60
|
+
border-bottom: 3px solid #006;
|
61
|
+
}
|
62
|
+
|
63
|
+
div#classHeader a, div#fileHeader a {
|
64
|
+
background: inherit;
|
65
|
+
color: white;
|
66
|
+
}
|
67
|
+
|
68
|
+
div#classHeader td, div#fileHeader td {
|
69
|
+
background: inherit;
|
70
|
+
color: white;
|
71
|
+
}
|
72
|
+
|
73
|
+
|
74
|
+
div#fileHeader {
|
75
|
+
background: #057;
|
76
|
+
}
|
77
|
+
|
78
|
+
div#classHeader {
|
79
|
+
background: #048;
|
80
|
+
}
|
81
|
+
|
82
|
+
|
83
|
+
.class-name-in-header {
|
84
|
+
font-size: 180%;
|
85
|
+
font-weight: bold;
|
86
|
+
}
|
87
|
+
|
88
|
+
|
89
|
+
div#bodyContent {
|
90
|
+
padding: 0 1.5em 0 1.5em;
|
91
|
+
}
|
92
|
+
|
93
|
+
div#description {
|
94
|
+
padding: 0.5em 1.5em;
|
95
|
+
background: #efefef;
|
96
|
+
border: 1px dotted #999;
|
97
|
+
}
|
98
|
+
|
99
|
+
div#description h1,h2,h3,h4,h5,h6 {
|
100
|
+
color: #125;;
|
101
|
+
background: transparent;
|
102
|
+
}
|
103
|
+
|
104
|
+
div#validator-badges {
|
105
|
+
text-align: center;
|
106
|
+
}
|
107
|
+
div#validator-badges img { border: 0; }
|
108
|
+
|
109
|
+
div#copyright {
|
110
|
+
color: #333;
|
111
|
+
background: #efefef;
|
112
|
+
font: 0.75em sans-serif;
|
113
|
+
margin-top: 5em;
|
114
|
+
margin-bottom: 0;
|
115
|
+
padding: 0.5em 2em;
|
116
|
+
}
|
117
|
+
|
118
|
+
|
119
|
+
/* === Classes =================================== */
|
120
|
+
|
121
|
+
table.header-table {
|
122
|
+
color: white;
|
123
|
+
font-size: small;
|
124
|
+
}
|
125
|
+
|
126
|
+
.type-note {
|
127
|
+
font-size: small;
|
128
|
+
color: #DEDEDE;
|
129
|
+
}
|
130
|
+
|
131
|
+
.xxsection-bar {
|
132
|
+
background: #eee;
|
133
|
+
color: #333;
|
134
|
+
padding: 3px;
|
135
|
+
}
|
136
|
+
|
137
|
+
.section-bar {
|
138
|
+
color: #333;
|
139
|
+
border-bottom: 1px solid #999;
|
140
|
+
margin-left: -20px;
|
141
|
+
}
|
142
|
+
|
143
|
+
|
144
|
+
.section-title {
|
145
|
+
background: #79a;
|
146
|
+
color: #eee;
|
147
|
+
padding: 3px;
|
148
|
+
margin-top: 2em;
|
149
|
+
margin-left: -30px;
|
150
|
+
border: 1px solid #999;
|
151
|
+
}
|
152
|
+
|
153
|
+
.top-aligned-row { vertical-align: top }
|
154
|
+
.bottom-aligned-row { vertical-align: bottom }
|
155
|
+
|
156
|
+
/* --- Context section classes ----------------------- */
|
157
|
+
|
158
|
+
.context-row { }
|
159
|
+
.context-item-name { font-family: monospace; font-weight: bold; color: black; }
|
160
|
+
.context-item-value { font-size: small; color: #448; }
|
161
|
+
.context-item-desc { color: #333; padding-left: 2em; }
|
162
|
+
|
163
|
+
/* --- Method classes -------------------------- */
|
164
|
+
.method-detail {
|
165
|
+
background: #efefef;
|
166
|
+
padding: 0;
|
167
|
+
margin-top: 0.5em;
|
168
|
+
margin-bottom: 1em;
|
169
|
+
border: 1px dotted #ccc;
|
170
|
+
}
|
171
|
+
.method-heading {
|
172
|
+
color: black;
|
173
|
+
background: #ccc;
|
174
|
+
border-bottom: 1px solid #666;
|
175
|
+
padding: 0.2em 0.5em 0 0.5em;
|
176
|
+
}
|
177
|
+
.method-signature { color: black; background: inherit; }
|
178
|
+
.method-name { font-weight: bold; }
|
179
|
+
.method-args { font-style: italic; }
|
180
|
+
.method-description { padding: 0 0.5em 0 0.5em; }
|
181
|
+
|
182
|
+
/* --- Source code sections -------------------- */
|
183
|
+
|
184
|
+
a.source-toggle { font-size: 90%; }
|
185
|
+
div.method-source-code {
|
186
|
+
background: #262626;
|
187
|
+
color: #ffdead;
|
188
|
+
margin: 1em;
|
189
|
+
padding: 0.5em;
|
190
|
+
border: 1px dashed #999;
|
191
|
+
overflow: hidden;
|
192
|
+
}
|
193
|
+
|
194
|
+
div.method-source-code pre { color: #ffdead; overflow: hidden; }
|
195
|
+
|
196
|
+
/* --- Ruby keyword styles --------------------- */
|
197
|
+
|
198
|
+
.standalone-code { background: #221111; color: #ffdead; overflow: hidden; }
|
199
|
+
|
200
|
+
.ruby-constant { color: #7fffd4; background: transparent; }
|
201
|
+
.ruby-keyword { color: #00ffff; background: transparent; }
|
202
|
+
.ruby-ivar { color: #eedd82; background: transparent; }
|
203
|
+
.ruby-operator { color: #00ffee; background: transparent; }
|
204
|
+
.ruby-identifier { color: #ffdead; background: transparent; }
|
205
|
+
.ruby-node { color: #ffa07a; background: transparent; }
|
206
|
+
.ruby-comment { color: #b22222; font-weight: bold; background: transparent; }
|
207
|
+
.ruby-regexp { color: #ffa07a; background: transparent; }
|
208
|
+
.ruby-value { color: #7fffd4; background: transparent; }
|
data/lib/sdl4r/parser.rb
CHANGED
@@ -28,7 +28,7 @@ module SDL4R
|
|
28
28
|
require File.dirname(__FILE__) + '/sdl_binary'
|
29
29
|
require File.dirname(__FILE__) + '/sdl_time_span'
|
30
30
|
require File.dirname(__FILE__) + '/sdl_parse_error'
|
31
|
-
require File.dirname(__FILE__) + '/tokenizer'
|
31
|
+
require File.dirname(__FILE__) + '/parser/tokenizer'
|
32
32
|
|
33
33
|
# The SDL parser.
|
34
34
|
#
|
@@ -414,35 +414,6 @@ module SDL4R
|
|
414
414
|
time_zone_offset)
|
415
415
|
end
|
416
416
|
|
417
|
-
# An intermediate object used to store a timeSpan or the time
|
418
|
-
# component of a date/time instance. The types are disambiguated at a later stage.
|
419
|
-
#
|
420
|
-
# +seconds+ can have a fraction
|
421
|
-
# +time_zone_offset+ is a fraction of a day (equal to nil if not specified)
|
422
|
-
class TimeSpanWithZone
|
423
|
-
|
424
|
-
private
|
425
|
-
|
426
|
-
SECONDS_IN_DAY = 24 * 60 * 60
|
427
|
-
|
428
|
-
public
|
429
|
-
|
430
|
-
def initialize(day, hour, minute, second, time_zone_offset)
|
431
|
-
@day = day
|
432
|
-
@hour = hour
|
433
|
-
@min = minute
|
434
|
-
@sec = second
|
435
|
-
@time_zone_offset = time_zone_offset
|
436
|
-
end
|
437
|
-
|
438
|
-
attr_reader :day, :hour, :min, :sec, :time_zone_offset
|
439
|
-
|
440
|
-
# Returns the UTC offset as a fraction of a day on the current machine
|
441
|
-
def TimeSpanWithZone.default_time_zone_offset
|
442
|
-
return Rational(Time.now.utc_offset, SECONDS_IN_DAY)
|
443
|
-
end
|
444
|
-
end
|
445
|
-
|
446
417
|
private
|
447
418
|
############################################################################
|
448
419
|
## Parsers for types
|