Skip to content

superkor/loo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loo Custom Programming Language

Compiler built using C++, compiles to x86_64 assembly code in Ubuntu (WSL).

Running the Loo Compiler

Compile the complier via cmake: cmake --build build/
Run the complier given an <input.loo> file: ./build/loo <input.loo>

Output Files

Running the complier will output a out.asm (linux x86_64 assembly) file, a out.o object file, and an out executable file.

Loo Syntax

See Grammar.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors