mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	Library can now construct into AST and serialization itself (singleheader).
Still need to validate if they match.
This commit is contained in:
		@@ -62,9 +62,9 @@ Push-location $path_project
 | 
			
		||||
 | 
			
		||||
	$include = @(
 | 
			
		||||
		'gen.hpp', 'gen.cpp',
 | 
			
		||||
		'gen_dep.hpp', 'gen_dep.cpp',
 | 
			
		||||
		'gen_builder.hpp', 'gen_builder.cpp'
 | 
			
		||||
		'gen_scanner.hpp', 'gen_scanner.cpp'
 | 
			
		||||
		'gen.dep.hpp', 'gen.dep.cpp',
 | 
			
		||||
		'gen.builder.hpp', 'gen.builder.cpp'
 | 
			
		||||
		'gen.scanner.hpp', 'gen.scanner.cpp'
 | 
			
		||||
	)
 | 
			
		||||
	$exclude = $null
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user