Implement tagged integers in C++ (#813)
* Start on the C++ conversion for tagged ints
This commit is contained in:
		
				
					committed by
					
						
						Sam El-Husseini
					
				
			
			
				
	
			
			
			
						parent
						
							01c7c0b588
						
					
				
				
					commit
					cad13785e2
				
			
							
								
								
									
										6
									
								
								.clang-format
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								.clang-format
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
BasedOnStyle: LLVM
 | 
			
		||||
IndentWidth: 4
 | 
			
		||||
UseTab: Never
 | 
			
		||||
ColumnLimit: 100
 | 
			
		||||
AllowShortFunctionsOnASingleLine: Inline
 | 
			
		||||
SortIncludes: false
 | 
			
		||||
		Reference in New Issue
	
	Block a user