Closed hoshsadiq closed 4 years ago
Unfortunately, structs are not supported by this library right now, and I'm not planning to add support for it in the near future. To add support for structs, a different approach would be needed (creating an AST instead of evaluating-while-parsing). See my comment on #6.
Hello,
I'm trying to use this library as I prefer it over Knetic's library based on features described, however, I'm struggling to get this working with structs. Consider the following scenario.
Where this scenario works fine:
Any ideas how I can resolve this?