Attempt to move all the Sibil code to its own directory
Add a dependency to its Cargo.toml for sibiltypes.
This commit is contained in:
		
							parent
							
								
									5e71947128
								
							
						
					
					
						commit
						cea63e8e8e
					
				
					 8 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -4,3 +4,4 @@ version = "0.1.0"
 | 
				
			||||||
authors = ["Eryn Wells <eryn@erynwells.me>"]
 | 
					authors = ["Eryn Wells <eryn@erynwells.me>"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dependencies]
 | 
					[dependencies]
 | 
				
			||||||
 | 
					sibiltypes = { path = "../types" }
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,6 @@
 | 
				
			||||||
 | 
					extern crate sibiltypes;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
mod lexer;
 | 
					mod lexer;
 | 
				
			||||||
mod types;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
use lexer::lex;
 | 
					use lexer::lex;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue