mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	Added support for inline comments
Also now doing comment serialization on def_comment directly as parse_comment doesn't need it. Essentially comment ast types serialize the same way s untyped and execution ASTs
This commit is contained in:
		@@ -7,7 +7,7 @@
 | 
			
		||||
#include "gen.builder.cpp"
 | 
			
		||||
#include "sanity.cpp"
 | 
			
		||||
#include "SOA.cpp"
 | 
			
		||||
#include "test.singleheader.cpp"
 | 
			
		||||
#include "validate.singleheader.cpp"
 | 
			
		||||
 | 
			
		||||
int gen_main()
 | 
			
		||||
{
 | 
			
		||||
@@ -18,7 +18,7 @@ int gen_main()
 | 
			
		||||
 | 
			
		||||
	// check_SOA();
 | 
			
		||||
 | 
			
		||||
	// check_singleheader_ast();
 | 
			
		||||
	 check_singleheader_ast();
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user