Commit Graph

8 Commits

Author SHA1 Message Date
3416442dda preprocessor: add COUNT_MAP 2021-02-02 11:41:26 +10:00
04c5470a59 preprocessor: add the empty, defer, obstruct, and expand macros 2019-08-02 13:41:05 +10:00
c01aa64b32 preprocessor: add DECLARE_CLASS and DECLARE_STRUCT helpers 2019-05-01 12:39:19 +10:00
a948b3d682 preprocessor: add convenience APPEND_COMMA macro 2018-11-13 15:19:53 +11:00
b1d44b1872 preprocessor: use pragma once for include guards
This slightly simplifies some of the generator code.
2018-11-13 15:19:23 +11:00
42cdad1263 preprocessor: don't explicitly raise StopIteration 2018-08-10 13:40:16 +10:00
1d176f2fe4 preprocessor: don't hardcode the python interpretor path 2018-08-10 13:39:51 +10:00
4050754ab4 preprocessor: use a script to create map/reduce
We need over 300 arguments for some projects and I'm not going to code
that shit by hand.
2017-09-12 14:17:30 +10:00