16 lines
		
	
	
		
			No EOL
		
	
	
		
			245 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			No EOL
		
	
	
		
			245 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| -- $Source$
 | |
| -- $State$
 | |
| 
 | |
| local d = ROOTDIR.."lang/basic/"
 | |
| 
 | |
| include (d.."src/pmfile")
 | |
| 
 | |
| lang_basic = group {
 | |
| 	lang_basic_compiler
 | |
| }
 | |
| 
 | |
| -- Revision history
 | |
| -- $Log$
 | |
| -- Revision 1.1  2006-07-26 23:08:09  dtrg
 | |
| -- Added support for the Basic compiler.
 | |
| -- |