mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:52:43 +00:00 
			
		
		
		
	 246ab432ff
			
		
	
	
		246ab432ff
		
	
	
	
	
		
			
			This currently tries to convert forking loops to atomic groups, and unify the left side of alternations.
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			221 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			221 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     C/Regex.cpp
 | |
|     RegexByteCode.cpp
 | |
|     RegexLexer.cpp
 | |
|     RegexMatcher.cpp
 | |
|     RegexOptimizer.cpp
 | |
|     RegexParser.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibRegex regex)
 | |
| target_link_libraries(LibRegex LibC LibCore LibUnicode)
 |