各种可能的源文本(literal)
Open
资源整理
- Dominant language
- HTML
- Stars
- 464
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
## Number
42
17.34
0.4
64_000
不允许 .4 的写法,数字间的下划线(或dash?)忽略
## Boolean
true/false
yes/no
on/off
# T/#F
## String
## Tuple
## Record
{x: 1, y: 2}
{[x]:1}
{x, y}
{+x, -y}
## RegExp
/abc/g
///
a
b+
c*
///g
## Ranges
1 to 5 / 1 ... 5
1 til 5 / 1 ..< 5
1 to 10 by 2
问题:
0. by 是否有足够用例
##
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.