-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex_C.fxl
68 lines (60 loc) · 792 Bytes
/
index_C.fxl
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
58
59
60
61
62
63
64
65
66
67
68
#
value (load "lib/index_C/context.fxl"; std) \;
\try_pairs=
(\pairs
say "function:"
compile_pairs pairs
nl
)
\\test_0870=
(
say "= test_0870"
try_pairs
[
]
)
\\test_0745=
(
say "= test_0745"
try_pairs
[
{"" "0273"}
{"a" "4563"}
{"ab" "9685"}
{"abc" "5498"}
{"bc" "8976"}
]
)
\\test_1197=
(
say "= test_1197"
try_pairs
[
{"" "3785"}
{"aa" "8060"}
{"aaaabc" "9114"}
{"aaabcc" "2014"}
{"aaabcd" "7679"}
{"aaacde" "3161"}
{"abc" "7010"}
{"abcd" "2936"}
{"abcde" "7596"}
{"abcdef" "2039"}
{"abcdefg" "0825"}
{"bba" "1569"}
{"bbabc" "4682"}
{"bbabd" "1863"}
{"bbac" "8261"}
{"bbacd" "1553"}
{"bbacde" "6455"}
{"bbacdf" "3986"}
{"bbacef" "9370"}
{"cab" "1546"}
{"cac" "7869"}
{"cacd" "1055"}
{"e" "1067"}
]
)
test_0870
test_0745
test_1197