crashappsec / con4m

Configuration Language for Mortals
Apache License 2.0
10 stars 1 forks source link

Macros should give an easy interface to user-inserted attrs #12

Closed viega closed 1 year ago

viega commented 1 year ago

Currently, we do not support accessing user-defined fields from the data structures generated by the macros. Fix this.

viega commented 1 year ago

I might completely move away from macros, and just have con4m generate code in multiple languages, once I have a C lib done. Either way, this is less important to me.

viega commented 1 year ago

Moving away from macros, and the code generation is giving decent interfaces.