Menu

[r42]: / trunk / python / python.class.php  Maximize  Restore  History

Download this file

36 lines (33 with data), 458 Bytes

 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
<?php
class parser extends lime_parser {
var $qi = 0;
var $i = array (
0 =>
array (
'' => 's 1',
'\'start\'' => 'a \'start\'',
),
1 =>
array (
'#' => 'r 0',
),
);
function reduce_0_start_1($tokens, &$result) {
#
# (0) 'start' :=
#
$result = reset($tokens);
}
var $method = array (
0 => 'reduce_0_start_1',
);
var $a = array (
0 =>
array (
'symbol' => '\'start\'',
'len' => 1,
'replace' => true,
),
);
}
?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.