We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7da686 commit 552d5e9Copy full SHA for 552d5e9
README.md
@@ -334,12 +334,13 @@ file.
334
- Regex `@-`, `@+`, `%+`, `%-` special variables are implemented.
335
- Regex `` $` ``, `$&`, `$'` special variables are implemented.
336
- Regex performance comparable to Perl; optimized regex variables.
337
+ - Regex matching plain strings: `$var =~ "Test"`.
338
- Added `__SUB__` keyword; `readpipe`.
339
- Added `&$sub` call syntax.
340
+ - Added `local` dynamic variables.
341
- Tests in `src/test/resources` are executed automatically.
342
- Work in progress:
343
- `socket` and related operators
- - `local` dynamic variables
344
- Stretch goals
345
- Add support for concurrency and parallelism, such as threads and async/await.
346
- Enhance security features, including sandboxing and input validation.
0 commit comments