aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/literals.yue
blob: 32cf7e7db95076fb106486713942e267200d9152 (plain)
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

_ = {
	121
	121.2323
	121.2323e-1
	121.2323e13434
	2323E34
	0x12323

	0xfF2323
	0xabcdef
	0xABCDEF
	0XFB_C4_00
	0x123p-123
	0xABCP+321
	0x.1p-111
	0xA_B_CP-3_2_1
	0x0.1E
	0xA23p-4
	0X1.921FB54442D18P+1

	0b01
	0b00_00_10_00
	0B1111
	0B00_11_00_10_01

	.2323
	.2323e-1
	.2323e13434


	1LL
	1ULL
	9332LL
	9332
	0x2aLL
	0x2aULL

	1_000_000.000_000_1
	1_234e567_8
	1_234E-567_8
	0xDE_AD_BE_EF

	[[ hello world ]]

	[=[ hello world ]=]
	[====[ hello world ]====]

	"another world"

	'what world'


	"
	hello world
	"

	'yeah
	what is going on
	here is something cool'

}
nil