24 lines
449 B
Text
24 lines
449 B
Text
|
module ./builtin
|
||
|
object q_empty
|
||
|
enum QType
|
||
|
prefix QTYPE
|
||
|
member none
|
||
|
member qnull
|
||
|
member qnum
|
||
|
member qstring
|
||
|
member qdict
|
||
|
member qlist
|
||
|
member qbool
|
||
|
module include-repetition.json
|
||
|
include comments.json
|
||
|
include include-repetition-sub.json
|
||
|
include comments.json
|
||
|
module comments.json
|
||
|
enum Status
|
||
|
member good
|
||
|
member bad
|
||
|
member ugly
|
||
|
module include-repetition-sub.json
|
||
|
include comments.json
|
||
|
include comments.json
|