forked from haskal/shark-compiler
				
			| 
				
					
						
							 | 
			||
|---|---|---|
| llir/lang | ||
| .gitignore | ||
| README.md | ||
| compiler.rkt | ||
| demo.rkt | ||
| info.rkt | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	shark compiler
i wanted to make a framework for extremely retargetable esolang compilation so i made one
currently this defines a low-level IR and compilation framework for targeting. in the future, there will be a more usable language that compiles to the LLIR. and polyfills in case targets don't implement operations, etc
installation/usage
cd /path/to/shark-compiler
raco pkg install
then write a file with #lang shark/llir