two-hundred / celerity

The backend toolkit that gets you moving fast
https://celerityframework.com
Apache License 2.0
0 stars 0 forks source link

Blueprint Framework - Implement ${..} placeholder variable resolution #29

Closed fr3shw3b closed 6 days ago

fr3shw3b commented 1 year ago

During the blueprint loading stage, attempt to resolve variables referenced with ${..}. This should include support for the use of functions along with validation of functions in ensuring they are in the correct format and that the named functions exist.