10 lines
		
	
	
		
			246 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			246 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| # Bash front-end for your compiler.
 | |
| # You are free to change the language used for this script,
 | |
| # but do *not* change its name.
 | |
| 
 | |
| # feel free to adjust to suit the specific internal flags of your compiler
 | |
| ./wacc-compiler "$@"
 | |
| 
 | |
| exit $?
 |