tomhrr / dale

Lisp-flavoured C
BSD 3-Clause "New" or "Revised" License
1.02k stars 48 forks source link

Calling Function with lists instead of operation names should be possible #137

Closed porky11 closed 7 years ago

porky11 commented 7 years ago

If the list is a macro name, it will be expanded, so the first argument could be a valid name or a function call. If the list is a function call, do the same, as if it was a variable This replaces #133

tomhrr commented 7 years ago

Thanks, this has been fixed.