mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-10-30 22:40:54 -07:00 
			
		
		
		
	Updated parsing constructors with impl to use the lexer.
This commit is contained in:
		| @@ -254,4 +254,3 @@ sw fatal(char const *fmt, ...) | ||||
| 	return -1; | ||||
| #endif | ||||
| } | ||||
|  | ||||
|   | ||||
							
								
								
									
										747
									
								
								project/gen.cpp
									
									
									
									
									
								
							
							
						
						
									
										747
									
								
								project/gen.cpp
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -606,7 +606,11 @@ namespace gen | ||||
| 		Entry( RValue,           && )                \ | ||||
| 		Entry( Static_Member,    static  )           \ | ||||
| 		Entry( Thread_Local,     thread_local )      \ | ||||
| 		Entry( Volatile,         volatile ) | ||||
| 		Entry( Volatile,         volatile )          \ | ||||
| 		Entry( Type_Signed,      signed )            \ | ||||
| 		Entry( Type_Unsigned,	 unsigned )          \ | ||||
| 		Entry( Type_Short,       short )             \ | ||||
| 		Entry( Type_Long,        long ) | ||||
|  | ||||
| 		enum Type : u32 | ||||
| 		{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user