- Add µnit source and header files - Add test target to the build system - Implement a thorough lexer test suite - Implement a minimal AST test suite
		
			
				
	
	
		
			7 lines
		
	
	
		
			154 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			154 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| BasedOnStyle:    LLVM
 | |
| IndentWidth:     4
 | |
| Cpp11BracedListStyle: true
 | |
| AlignArrayOfStructures: Left
 | |
| AllowShortFunctionsOnASingleLine: Empty
 | |
| ColumnLimit: 120
 |