Implemented mb_make_call_eval function.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -1s

This commit is contained in:
Willem Cazander 2024-07-06 13:10:46 +02:00
parent 1b2e6fbe99
commit e3b9df25e9
3 changed files with 11 additions and 4 deletions

View file

@ -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