Skip to content

Commit 1430655

Browse files
committed
Added table of contents.
1 parent d21a9fc commit 1430655

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

proposals/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Proposals
2+
3+
- [Accepted](./accepted)
4+
- [Draft](./draft)

proposals/accepted/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Accepted Proposals
2+
3+
These are accepted proposals:
4+
5+
- [JEP 1 - Nested Expressions](./jep-001-nested-expressions.md)
6+
- [JEP 3 - Functions](./jep-003-functions.md)
7+
- [JEP 4 - Pipes](./jep-004-pipes.md)
8+
- [JEP 5 - Array Slices](./jep-005-array-slices.md)
9+
- [JEP 6 - Improved Identifiers](./jep-006-improved-identifiers.md)
10+
- [JEP 7 - Filter Expressions](./jep-007-filter-expressions.md)
11+
- [JEP 8 - Exptype](./jep-008-exptype.md)
12+
- [JEP 9 - Improved Filters](./jep-009-improved-filters.md)
13+
- [JEP 10 - Slice Projections](./jep-010-slice-projections.md)
14+
- [JEP 12 - Raw String Literals](./jep-012-raw-string-literals.md)

proposals/draft/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Draft Proposals
2+
3+
These are draf proposals:
4+
5+
- [JEP 11 - Lexical Scoping](./jep-012-let-function.md)

0 commit comments

Comments
 (0)