xref: /aosp_15_r20/external/AFLplusplus/dictionaries/jsonnet.dict (revision 08b48e0b10e97b33e7b60c5b6e2243bd915777f2)
1# https://jsonnet.org/ref/spec.html
2
3# Keywords
4"assert"
5"else"
6"error"
7"false"
8"for"
9"function"
10"if"
11"import"
12"importstr"
13"in"
14"local"
15"null"
16"self"
17"super"
18"tailstrict"
19"then"
20"true"
21"super"
22"local"
23
24# operators
25"|||"
26"@\""
27"@'"
28"!="
29"=="
30"[::]"
31"+:::"
32
33# functions
34"std.acos("
35"std.asin("
36"std.atan("
37"std.ceil("
38"std.char("
39"std.codepoint("
40"std.cos("
41"std.equals("
42"std.exp("
43"std.exponent("
44"std.floor("
45"std.join("
46"std.length("
47"std.log("
48"std.makeArray("
49"std.mantissa("
50"std.mod"
51"std.modulo("
52"std.objectFiledsEx("
53"std.objectsHasEx("
54"std.pow("
55"std.primitiveEquals("
56"std.sin("
57"std.slice("
58"std.sqrt("
59"std.tan("
60"std.type("
61