-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsprout.json
24 lines (24 loc) · 927 Bytes
/
sprout.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"Items": [
"Reduce memory usage by avoiding the need for GVs to hold most subs",
"Get Deparse working flawlessly",
"Fix all outstanding line number bugs",
"Get formats to respect Unicode character widths",
"Finish making all keywords into CORE:: subs",
"Error codes instead of / in addition to error strings",
"More core sub attributes (suggested: list for list assignment, iter for implicit $_ = in while)",
"(\\.) prototype to force a reference to any scalar expression"
],
"Categories": [
"Reduce memory usage",
"Improve debugging tools",
"Improve Unicode support",
"Improve parsing",
"Standardize CORE:: namespace",
"Improve exception handling"
],
"MailingListIds": [
"http://nntp.perl.org/group/perl.perl5.porters/219269"
],
"Contributor": "[email protected]"
}