mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	More design/major changes
Found flaws with design while the parser If I want to support modules I needed to add separaration from the usual specifiers. Same with attributes, decided to minimize my parsing complexity of attributes. Added a banned header (will not have that be there for the release version
This commit is contained in:
		@@ -105,6 +105,9 @@ using zpl::str_len;
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#include "Banned.define.hpp"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#if defined(__GNUC__) || defined(__clang__)
 | 
			
		||||
	// Supports 0-10 arguments
 | 
			
		||||
	#define macro_num_args_impl( _0,                      \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user