File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -334,12 +334,13 @@ file.
334
334
- Regex `@-`, `@+`, `%+`, `%-` special variables are implemented.
335
335
- Regex `` $` ``, `$&`, `$' ` special variables are implemented.
336
336
- Regex performance comparable to Perl; optimized regex variables.
337
+ - Regex matching plain strings: ` $var =~ " Test" ` .
337
338
- Added ` __SUB__` keyword; ` readpipe` .
338
339
- Added ` & $sub ` call syntax.
340
+ - Added ` local` dynamic variables.
339
341
- Tests in ` src/test/resources` are executed automatically.
340
342
- Work in progress:
341
343
- ` socket` and related operators
342
- - ` local` dynamic variables
343
344
- Stretch goals
344
345
- Add support for concurrency and parallelism, such as threads and async/await.
345
346
- Enhance security features, including sandboxing and input validation.
You can’t perform that action at this time.
0 commit comments