mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	Added bool type keyword to ETokType, move volatile pos in ESpecifier
volatile can be applied to a function so I moved it there.
This commit is contained in:
		@@ -77,10 +77,12 @@ Star,                   "*"
 | 
			
		||||
Statement_End,          ";"
 | 
			
		||||
StaticAssert,           "static_assert"
 | 
			
		||||
String,                 "__string__"
 | 
			
		||||
Type_Typename,          "typename"
 | 
			
		||||
Type_Unsigned,          "unsigned"
 | 
			
		||||
Type_Signed,            "signed"
 | 
			
		||||
Type_Short,             "short"
 | 
			
		||||
Type_Long,              "long"
 | 
			
		||||
Type_bool,              "bool"
 | 
			
		||||
Type_char,              "char"
 | 
			
		||||
Type_int,               "int"
 | 
			
		||||
Type_double,            "double"
 | 
			
		||||
 
 | 
			
		||||
		
		
			
  | 
		Reference in New Issue
	
	Block a user