Skip to content

Commit 552d5e9

Browse files
committed
docs
1 parent c7da686 commit 552d5e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -334,12 +334,13 @@ file.
334334
- Regex `@-`, `@+`, `%+`, `%-` special variables are implemented.
335335
- Regex `` $` ``, `$&`, `$'` special variables are implemented.
336336
- Regex performance comparable to Perl; optimized regex variables.
337+
- Regex matching plain strings: `$var =~ "Test"`.
337338
- Added `__SUB__` keyword; `readpipe`.
338339
- Added `&$sub` call syntax.
340+
- Added `local` dynamic variables.
339341
- Tests in `src/test/resources` are executed automatically.
340342
- Work in progress:
341343
- `socket` and related operators
342-
- `local` dynamic variables
343344
- Stretch goals
344345
- Add support for concurrency and parallelism, such as threads and async/await.
345346
- Enhance security features, including sandboxing and input validation.

0 commit comments

Comments
 (0)