jasonfan commited on
Commit
24e943b
·
verified ·
1 Parent(s): fab1c58

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-integer-with-sequential-underscores.txt +6 -0
  2. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-integer-with-underscores.txt +6 -0
  3. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-integer.txt +6 -0
  4. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-negative-double.txt +6 -0
  5. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-negative-hex.txt +6 -0
  6. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-negative-integer.txt +6 -0
  7. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-negative-radix.txt +6 -0
  8. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-radix-with-exponent.txt +6 -0
  9. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-radix.txt +6 -0
  10. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-shouting-double-with-exponent.txt +6 -0
  11. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_arr_lit-empty.txt +7 -0
  12. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_arr_lit-recursive.txt +24 -0
  13. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_arr_lit-simple.txt +12 -0
  14. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_tup_lit-empty.txt +7 -0
  15. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_tup_lit-recurisve.txt +20 -0
  16. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_tup_lit-simple.txt +14 -0
  17. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/qq_lit-paren-tuple.txt +13 -0
  18. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/qq_lit-simple.txt +7 -0
  19. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/quote_lit-simple.txt +7 -0
  20. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/quote_lit-tuple.txt +13 -0
  21. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-call.txt +13 -0
  22. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-keyword.txt +7 -0
  23. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-number.txt +7 -0
  24. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-square-bracket-array.txt +11 -0
  25. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-square-bracket-tuple.txt +11 -0
  26. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-string.txt +9 -0
  27. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-struct.txt +11 -0
  28. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-symbol.txt +7 -0
  29. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/splice_lit-in-call.txt +17 -0
  30. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_arr_lit-empty.txt +7 -0
  31. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_arr_lit-recursive.txt +24 -0
  32. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_arr_lit-simple.txt +18 -0
  33. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_tup_lit-empty.txt +7 -0
  34. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_tup_lit-recursive.txt +20 -0
  35. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_tup_lit-simple.txt +12 -0
  36. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-multiline.txt +9 -0
  37. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-simple.txt +8 -0
  38. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-with-escapes.txt +12 -0
  39. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-with-hex-escape.txt +8 -0
  40. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-with-utf8-four-hex-digits-escape.txt +8 -0
  41. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-with-utf8-six-hex-digits-escape.txt +8 -0
  42. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/struct_lit-empty.txt +7 -0
  43. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/struct_lit-recursive.txt +30 -0
  44. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/struct_lit-simple.txt +14 -0
  45. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-alphabetic.txt +6 -0
  46. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-ear-muffs.txt +6 -0
  47. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-full-of-stars.txt +6 -0
  48. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-kebab-case.txt +6 -0
  49. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-legal-but-hard-to-read.txt +6 -0
  50. miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-name-with-module-name.txt +6 -0
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-integer-with-sequential-underscores.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---input---
2
+ 3__0890__100
3
+
4
+ ---tokens---
5
+ '3__0890__100' Literal.Number.Float
6
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-integer-with-underscores.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---input---
2
+ 1_000_000
3
+
4
+ ---tokens---
5
+ '1_000_000' Literal.Number.Float
6
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-integer.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---input---
2
+ 1
3
+
4
+ ---tokens---
5
+ '1' Literal.Number.Float
6
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-negative-double.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---input---
2
+ -2.71828
3
+
4
+ ---tokens---
5
+ '-2.71828' Literal.Number.Float
6
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-negative-hex.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---input---
2
+ -0xFF
3
+
4
+ ---tokens---
5
+ '-0xFF' Literal.Number.Hex
6
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-negative-integer.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---input---
2
+ -2
3
+
4
+ ---tokens---
5
+ '-2' Literal.Number.Float
6
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-negative-radix.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---input---
2
+ -36r20
3
+
4
+ ---tokens---
5
+ '-36r20' Literal.Number
6
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-radix-with-exponent.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---input---
2
+ 3r01&02
3
+
4
+ ---tokens---
5
+ '3r01&02' Literal.Number
6
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-radix.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---input---
2
+ 2r0101010001
3
+
4
+ ---tokens---
5
+ '2r0101010001' Literal.Number
6
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/num_lit-shouting-double-with-exponent.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---input---
2
+ 1E9
3
+
4
+ ---tokens---
5
+ '1E9' Literal.Number.Float
6
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_arr_lit-empty.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ @()
3
+
4
+ ---tokens---
5
+ '@(' Punctuation
6
+ ')' Punctuation
7
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_arr_lit-recursive.txt ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ @(@(3 0 3) 8 @(3 0 3))
3
+
4
+ ---tokens---
5
+ '@(' Punctuation
6
+ '@(' Punctuation
7
+ '3' Literal.Number.Float
8
+ ' ' Text.Whitespace
9
+ '0' Literal.Number.Float
10
+ ' ' Text.Whitespace
11
+ '3' Literal.Number.Float
12
+ ')' Punctuation
13
+ ' ' Text.Whitespace
14
+ '8' Literal.Number.Float
15
+ ' ' Text.Whitespace
16
+ '@(' Punctuation
17
+ '3' Literal.Number.Float
18
+ ' ' Text.Whitespace
19
+ '0' Literal.Number.Float
20
+ ' ' Text.Whitespace
21
+ '3' Literal.Number.Float
22
+ ')' Punctuation
23
+ ')' Punctuation
24
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_arr_lit-simple.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ @(:hello :there :friend)
3
+
4
+ ---tokens---
5
+ '@(' Punctuation
6
+ ':hello' Name.Constant
7
+ ' ' Text.Whitespace
8
+ ':there' Name.Constant
9
+ ' ' Text.Whitespace
10
+ ':friend' Name.Constant
11
+ ')' Punctuation
12
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_tup_lit-empty.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ ()
3
+
4
+ ---tokens---
5
+ '(' Punctuation
6
+ ')' Punctuation
7
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_tup_lit-recurisve.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ (+ 1 2 (- 9 8))
3
+
4
+ ---tokens---
5
+ '(' Punctuation
6
+ '+' Name.Function
7
+ ' ' Text.Whitespace
8
+ '1' Literal.Number.Float
9
+ ' ' Text.Whitespace
10
+ '2' Literal.Number.Float
11
+ ' ' Text.Whitespace
12
+ '(' Punctuation
13
+ '-' Name.Function
14
+ ' ' Text.Whitespace
15
+ '9' Literal.Number.Float
16
+ ' ' Text.Whitespace
17
+ '8' Literal.Number.Float
18
+ ')' Punctuation
19
+ ')' Punctuation
20
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/par_tup_lit-simple.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ (+ 1 2 3)
3
+
4
+ ---tokens---
5
+ '(' Punctuation
6
+ '+' Name.Function
7
+ ' ' Text.Whitespace
8
+ '1' Literal.Number.Float
9
+ ' ' Text.Whitespace
10
+ '2' Literal.Number.Float
11
+ ' ' Text.Whitespace
12
+ '3' Literal.Number.Float
13
+ ')' Punctuation
14
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/qq_lit-paren-tuple.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ ~(1 2 3)
3
+
4
+ ---tokens---
5
+ '~' Operator
6
+ '(' Punctuation
7
+ '1' Literal.Number.Float
8
+ ' ' Text.Whitespace
9
+ '2' Literal.Number.Float
10
+ ' ' Text.Whitespace
11
+ '3' Literal.Number.Float
12
+ ')' Punctuation
13
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/qq_lit-simple.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ ~1
3
+
4
+ ---tokens---
5
+ '~' Operator
6
+ '1' Literal.Number.Float
7
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/quote_lit-simple.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ ':hobbes
3
+
4
+ ---tokens---
5
+ "'" Operator
6
+ ':hobbes' Name.Constant
7
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/quote_lit-tuple.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ '(:a :b :c)
3
+
4
+ ---tokens---
5
+ "'" Operator
6
+ '(' Punctuation
7
+ ':a' Name.Constant
8
+ ' ' Text.Whitespace
9
+ ':b' Name.Constant
10
+ ' ' Text.Whitespace
11
+ ':c' Name.Constant
12
+ ')' Punctuation
13
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-call.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ |(= $ 1)
3
+
4
+ ---tokens---
5
+ '|' Operator
6
+ '(' Punctuation
7
+ '=' Name.Function
8
+ ' ' Text.Whitespace
9
+ '$' Name.Variable
10
+ ' ' Text.Whitespace
11
+ '1' Literal.Number.Float
12
+ ')' Punctuation
13
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-keyword.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ |:a-fine-keyword
3
+
4
+ ---tokens---
5
+ '|' Operator
6
+ ':a-fine-keyword' Name.Constant
7
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-number.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ |8
3
+
4
+ ---tokens---
5
+ '|' Operator
6
+ '8' Literal.Number.Float
7
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-square-bracket-array.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ |@[8 9]
3
+
4
+ ---tokens---
5
+ '|' Operator
6
+ '@[' Punctuation
7
+ '8' Literal.Number.Float
8
+ ' ' Text.Whitespace
9
+ '9' Literal.Number.Float
10
+ ']' Punctuation
11
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-square-bracket-tuple.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ |[1 2]
3
+
4
+ ---tokens---
5
+ '|' Operator
6
+ '[' Punctuation
7
+ '1' Literal.Number.Float
8
+ ' ' Text.Whitespace
9
+ '2' Literal.Number.Float
10
+ ']' Punctuation
11
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-string.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ |"nice string"
3
+
4
+ ---tokens---
5
+ '|' Operator
6
+ '"' Literal.String
7
+ 'nice string' Literal.String
8
+ '"' Literal.String
9
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-struct.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ |{:a 1}
3
+
4
+ ---tokens---
5
+ '|' Operator
6
+ '{' Punctuation
7
+ ':a' Name.Constant
8
+ ' ' Text.Whitespace
9
+ '1' Literal.Number.Float
10
+ '}' Punctuation
11
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/short_fn_lit-symbol.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ |a-sym
3
+
4
+ ---tokens---
5
+ '|' Operator
6
+ 'a-sym' Name.Variable
7
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/splice_lit-in-call.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ (+ ;[1 2 3])
3
+
4
+ ---tokens---
5
+ '(' Punctuation
6
+ '+' Name.Function
7
+ ' ' Text.Whitespace
8
+ ';' Operator
9
+ '[' Punctuation
10
+ '1' Literal.Number.Float
11
+ ' ' Text.Whitespace
12
+ '2' Literal.Number.Float
13
+ ' ' Text.Whitespace
14
+ '3' Literal.Number.Float
15
+ ']' Punctuation
16
+ ')' Punctuation
17
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_arr_lit-empty.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ @[]
3
+
4
+ ---tokens---
5
+ '@[' Punctuation
6
+ ']' Punctuation
7
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_arr_lit-recursive.txt ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ @[1 @[2 @[3 8]] @[9 0]]
3
+
4
+ ---tokens---
5
+ '@[' Punctuation
6
+ '1' Literal.Number.Float
7
+ ' ' Text.Whitespace
8
+ '@[' Punctuation
9
+ '2' Literal.Number.Float
10
+ ' ' Text.Whitespace
11
+ '@[' Punctuation
12
+ '3' Literal.Number.Float
13
+ ' ' Text.Whitespace
14
+ '8' Literal.Number.Float
15
+ ']' Punctuation
16
+ ']' Punctuation
17
+ ' ' Text.Whitespace
18
+ '@[' Punctuation
19
+ '9' Literal.Number.Float
20
+ ' ' Text.Whitespace
21
+ '0' Literal.Number.Float
22
+ ']' Punctuation
23
+ ']' Punctuation
24
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_arr_lit-simple.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ @[2 7 1 8 2 8]
3
+
4
+ ---tokens---
5
+ '@[' Punctuation
6
+ '2' Literal.Number.Float
7
+ ' ' Text.Whitespace
8
+ '7' Literal.Number.Float
9
+ ' ' Text.Whitespace
10
+ '1' Literal.Number.Float
11
+ ' ' Text.Whitespace
12
+ '8' Literal.Number.Float
13
+ ' ' Text.Whitespace
14
+ '2' Literal.Number.Float
15
+ ' ' Text.Whitespace
16
+ '8' Literal.Number.Float
17
+ ']' Punctuation
18
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_tup_lit-empty.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ []
3
+
4
+ ---tokens---
5
+ '[' Punctuation
6
+ ']' Punctuation
7
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_tup_lit-recursive.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ [:html [:body [:p "surely you must be joking"]]]
3
+
4
+ ---tokens---
5
+ '[' Punctuation
6
+ ':html' Name.Constant
7
+ ' ' Text.Whitespace
8
+ '[' Punctuation
9
+ ':body' Name.Constant
10
+ ' ' Text.Whitespace
11
+ '[' Punctuation
12
+ ':p' Name.Constant
13
+ ' ' Text.Whitespace
14
+ '"' Literal.String
15
+ 'surely you must be joking' Literal.String
16
+ '"' Literal.String
17
+ ']' Punctuation
18
+ ']' Punctuation
19
+ ']' Punctuation
20
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sqr_tup_lit-simple.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ [:alice :bob :carol]
3
+
4
+ ---tokens---
5
+ '[' Punctuation
6
+ ':alice' Name.Constant
7
+ ' ' Text.Whitespace
8
+ ':bob' Name.Constant
9
+ ' ' Text.Whitespace
10
+ ':carol' Name.Constant
11
+ ']' Punctuation
12
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-multiline.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ "this is the first line
3
+ and what is this one?"
4
+
5
+ ---tokens---
6
+ '"' Literal.String
7
+ 'this is the first line\nand what is this one?' Literal.String
8
+ '"' Literal.String
9
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-simple.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ "hello there"
3
+
4
+ ---tokens---
5
+ '"' Literal.String
6
+ 'hello there' Literal.String
7
+ '"' Literal.String
8
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-with-escapes.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ "first line\nsecond\tline"
3
+
4
+ ---tokens---
5
+ '"' Literal.String
6
+ 'first line' Literal.String
7
+ '\\n' Literal.String.Escape
8
+ 'second' Literal.String
9
+ '\\t' Literal.String.Escape
10
+ 'line' Literal.String
11
+ '"' Literal.String
12
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-with-hex-escape.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ "\xAB"
3
+
4
+ ---tokens---
5
+ '"' Literal.String
6
+ '\\xAB' Literal.String.Escape
7
+ '"' Literal.String
8
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-with-utf8-four-hex-digits-escape.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ "\u23f1"
3
+
4
+ ---tokens---
5
+ '"' Literal.String
6
+ '\\u23f1' Literal.String.Escape
7
+ '"' Literal.String
8
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/str_lit-with-utf8-six-hex-digits-escape.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ "\U01F609"
3
+
4
+ ---tokens---
5
+ '"' Literal.String
6
+ '\\U01F609' Literal.String.Escape
7
+ '"' Literal.String
8
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/struct_lit-empty.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ {}
3
+
4
+ ---tokens---
5
+ '{' Punctuation
6
+ '}' Punctuation
7
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/struct_lit-recursive.txt ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ {:alice {:likes :bob} :bob {:likes :carol} :carol {:likes :alice}}
3
+
4
+ ---tokens---
5
+ '{' Punctuation
6
+ ':alice' Name.Constant
7
+ ' ' Text.Whitespace
8
+ '{' Punctuation
9
+ ':likes' Name.Constant
10
+ ' ' Text.Whitespace
11
+ ':bob' Name.Constant
12
+ '}' Punctuation
13
+ ' ' Text.Whitespace
14
+ ':bob' Name.Constant
15
+ ' ' Text.Whitespace
16
+ '{' Punctuation
17
+ ':likes' Name.Constant
18
+ ' ' Text.Whitespace
19
+ ':carol' Name.Constant
20
+ '}' Punctuation
21
+ ' ' Text.Whitespace
22
+ ':carol' Name.Constant
23
+ ' ' Text.Whitespace
24
+ '{' Punctuation
25
+ ':likes' Name.Constant
26
+ ' ' Text.Whitespace
27
+ ':alice' Name.Constant
28
+ '}' Punctuation
29
+ '}' Punctuation
30
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/struct_lit-simple.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---input---
2
+ {:a 1 :b 2}
3
+
4
+ ---tokens---
5
+ '{' Punctuation
6
+ ':a' Name.Constant
7
+ ' ' Text.Whitespace
8
+ '1' Literal.Number.Float
9
+ ' ' Text.Whitespace
10
+ ':b' Name.Constant
11
+ ' ' Text.Whitespace
12
+ '2' Literal.Number.Float
13
+ '}' Punctuation
14
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-alphabetic.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---input---
2
+ var
3
+
4
+ ---tokens---
5
+ 'var' Name.Variable
6
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-ear-muffs.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---input---
2
+ *global-var*
3
+
4
+ ---tokens---
5
+ '*global-var*' Name.Variable
6
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-full-of-stars.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---input---
2
+ *****
3
+
4
+ ---tokens---
5
+ '*****' Name.Variable
6
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-kebab-case.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---input---
2
+ kebab-case-symbol
3
+
4
+ ---tokens---
5
+ 'kebab-case-symbol' Name.Variable
6
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-legal-but-hard-to-read.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---input---
2
+ !%$^*__--__._+++===-crazy-symbol
3
+
4
+ ---tokens---
5
+ '!%$^*__--__._+++===-crazy-symbol' Name.Variable
6
+ '\n' Text.Whitespace
miniconda3/pkgs/pygments-2.19.2-py313h06a4308_0/info/test/tests/snippets/janet/sym_lit-name-with-module-name.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---input---
2
+ my-module/my-function
3
+
4
+ ---tokens---
5
+ 'my-module/my-function' Name.Variable
6
+ '\n' Text.Whitespace