Implemented mb_make_call_eval function.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -1s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -1s
This commit is contained in:
parent
1b2e6fbe99
commit
e3b9df25e9
3 changed files with 11 additions and 4 deletions
|
|
@ -151,8 +151,8 @@ When you want to see whats happening do a debug run;
|
|||
* 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_flow` fail on undefined argument and puts result in eval to parse flow rules
|
||||
* Add `define_flow` which reverses dollar escaping so write $$(1) for $(1) and other are like normal
|
||||
* 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 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