File: table_data.cif

package info (click to toggle)
cif-api 0.4.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,472 kB
  • sloc: ansic: 19,411; lex: 246; makefile: 201; sql: 164; yacc: 115; sh: 37
file content (45 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (3)
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
#\#CIF_2.0

data_table_data

_empty_table1 {}
_empty_table2 { }
_empty_table3 {
              }

_singleton_table1 {
  'zero':0
}

_singleton_table2 {
  'text':
;text
;
}

_singleton_table3 {
  "":empty_key
}

_digit3_map {# comment immediately following opening brace
  'zero':0
  'one': 1
  'two':2
}

_space_keys {
 '':0
 " ":1
 '   ':
 # comment between key and value
 3
}

_type_examples {
  "char":"char"
  "unknown":?
  "N/A":
  .
  "numb":-123.4e+67(5)
}