Skip to content

Commit 689e548

Browse files
committed
Preparatory work before sweep through Parser to check ECMAScript edition 3 compliance.
1 parent 425aa61 commit 689e548

File tree

4 files changed

+518
-0
lines changed

4 files changed

+518
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@
3535
/unicode/uc-mn.htm
3636
/unicode/uc-nd.htm
3737
/unicode/uc-pc.htm
38+
/ecmascript3.txt~

TODO.txt

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ manipulation.
1919

2020
5. Process comments. Some kinds of hooks exist, but they are essentially discarded.
2121

22+
6. Work in the future reserved words, ECMAScript edition 3, 7.5.3
23+
2224

2325
EOF
2426

0 commit comments

Comments
 (0)