Skip to content

Commit 78da39f

Browse files
author
Nico
committed
Update readme
1 parent 4b78eb0 commit 78da39f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Pull requests are very welcome! If they include tests, even better. This project
159159
- Add support for function calls
160160
- Support for object properties (foo.length)
161161
- Support for returning actual results, other than true or false
162-
- Allow variables in arrays
162+
- Support for array / string dereferencing: "foo"[1]
163163
- Change regex and implementation for method calls. ".split(" should not be the token
164164
- Add / implement missing methods
165165
- Add "typeof" construct
@@ -168,6 +168,7 @@ Pull requests are very welcome! If they include tests, even better. This project
168168
- Support for objects {} (?)
169169
- Support for regular expressions
170170
- ~~Fix build on PHP 7 / Nightly~~
171+
- ~~Allow variables in arrays~~
171172
- ...
172173

173174
## License

0 commit comments

Comments
 (0)