tomhrr / dale

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

def-type-macro should create a variadic macro #113

Open porky11 opened 7 years ago

porky11 commented 7 years ago

So it could also work for types with more than one type argument (I would have fixed it myself, but the typearguments in the expansion are not unquoted, else I would just use an uql instead)

porky11 commented 7 years ago

or take a number as second (maybe optional) argument, so you cannot define types with wrong numbers of arguments by accident