Skip to content

linuxaged/mar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Mar

Learn to implement a toy language.

Dependency

brew install llvm
echo "export PATH=\$PATH:/usr/local/opt/llvm/bin/" >> ~/.bashrc
source ~/.bashrc

Build

clang++ -g main.cpp `llvm-config --cppflags --ldflags --libs core jit native` -O3 -o main

About

Learn to implement a language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages