Re: Object-oriented preprocessor
- Posted by achury Aug 24, 2022
- 2481 views
I already check. Very nice and simple! An object is just a sequence of attribs that includes a pointer to the method.
Some languages today use things like pass a function as parameter, and functions that return functions.
Such things may me emulated on a similar way, just receiving or passing proc_id?