init: architecture
This commit is contained in:
		
							parent
							
								
									72cfa90956
								
							
						
					
					
						commit
						27952126e4
					
				
							
								
								
									
										0
									
								
								language_agnostic/stage_gen.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								language_agnostic/stage_gen.py
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										0
									
								
								language_agnostic/stages/code_quality.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								language_agnostic/stages/code_quality.py
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										0
									
								
								language_agnostic/stages/compile.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								language_agnostic/stages/compile.py
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										0
									
								
								language_agnostic/stages/healthcheck.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								language_agnostic/stages/healthcheck.py
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										0
									
								
								language_agnostic/stages/run.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								language_agnostic/stages/run.py
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										0
									
								
								language_specific/compiled/c_cpp.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								language_specific/compiled/c_cpp.json
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										0
									
								
								language_specific/compiled/go.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								language_specific/compiled/go.json
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										0
									
								
								language_specific/compiled/rust.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								language_specific/compiled/rust.json
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										13
									
								
								language_specific/declare_compilers.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								language_specific/declare_compilers.py
									
									
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,13 @@ | ||||||
|  | import os | ||||||
|  | import json | ||||||
|  | 
 | ||||||
|  | class compiled: | ||||||
|  |         def __init__(self, name, path, args): | ||||||
|  |                 self.name = name | ||||||
|  |                 self.path = path | ||||||
|  |                 self.args = args | ||||||
|  | 
 | ||||||
|  | class define_compiled: | ||||||
|  |         def get_compiled(): | ||||||
|  |                 for i in os.listdir(os.path.dirname(__file__) + "/compiled"): | ||||||
|  |                         pass | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user