Moved all eval over own function for argument validation.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -2s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -2s
This commit is contained in:
parent
183b0908aa
commit
8a07c9de8d
11 changed files with 78 additions and 42 deletions
|
|
@ -148,11 +148,9 @@ When you want to see whats happening do a debug run;
|
|||
* Add function `call_real` which exits on undefined call argument
|
||||
* Add -e option to make internal echo command for escaped sequences
|
||||
* Add native OS functions for `os_copy,os_rmfile,rmdir,mkdir,touch,delfile,deldir`
|
||||
* Add string str_lenght function
|
||||
* Add string str_is_ascii function (death with unicode)
|
||||
* Add str_lowercase and str_uppercase functions (full 21bit unicode support)
|
||||
* Add `call_eval` fail on undefined argument and puts result in eval to parse flow rules
|
||||
* Add `define_eval` which reverses dollar escaping so write $$(1) for $(1) and other are like normal
|
||||
* Add string letters function
|
||||
* Add string isascii function (death with unicode)
|
||||
* Add lowercase and uppercase functions (full 21bit unicode support)
|
||||
* Add XML output for help system for integration with IDE's
|
||||
* Add rwildcard for deeper searches
|
||||
* Add namespace support for variables/functions/targets like: moduleX::bin/prog.o: moduleX::src/prog.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue