mirror of
				https://github.com/jbeder/yaml-cpp.git
				synced 2025-10-27 14:31:20 +00:00 
			
		
		
		
	
			
				
					
						
					
					ec95e61c0403dbcb8db9a41565850bab737e69fa
				
			
			
		
	 Jesse Beder
		
	
	ec95e61c04
	
	
	Switched memory to using shared nodes, and node_data to keep only naked node pointers, not shared nodes (to break the cycle, and we don't need weak pointers because their memory is guaranteed to exist, via 'memory')
			Jesse Beder
		
	
	ec95e61c04
	
	
	Switched memory to using shared nodes, and node_data to keep only naked node pointers, not shared nodes (to break the cycle, and we don't need weak pointers because their memory is guaranteed to exist, via 'memory')
		
	
Description
				A YAML parser and emitter in C++. This is a mirror of https://github.com/jbeder/yaml-cpp. All credit to the upstream authors.
						
						
						
					Languages
				
				
								
								
									C++
								
								91.5%
							
						
							
								
								
									Python
								
								5.3%
							
						
							
								
								
									C
								
								1.2%
							
						
							
								
								
									CMake
								
								1.1%
							
						
							
								
								
									Starlark
								
								0.6%
							
						
							
								
								
									Other
								
								0.2%