mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 09:32:43 +00:00 
			
		
		
		
	 1ffffa0053
			
		
	
	
		1ffffa0053
		
	
	
	
	
		
			
			This patch introduces a hackish but functional IDL parser and uses it to generate the JS bindings for Node and Document. We'll see how far this simple parser takes us. The important thing right now is generating code, not being a perfect IDL parser. :^)
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			372 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			372 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| add_executable(Generate_CSS_PropertyID_h Generate_CSS_PropertyID_h.cpp)
 | |
| add_executable(Generate_CSS_PropertyID_cpp Generate_CSS_PropertyID_cpp.cpp)
 | |
| add_executable(WrapperGenerator WrapperGenerator.cpp)
 | |
| target_link_libraries(Generate_CSS_PropertyID_h LagomCore)
 | |
| target_link_libraries(Generate_CSS_PropertyID_cpp LagomCore)
 | |
| target_link_libraries(WrapperGenerator LagomCore)
 |