Skip to content

imaphatduc/matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matrix

The Matrix Programming Language

Build the compiler

First, create a new build directory and navigate to it:

mkdir build && cd build

Next, build the compiler:

cmake ..

&&

make

Common issues

In case any LLVM libs are not found, run this command:

llvm-config --libs

Edit llvm_libs variables in the CMakeLists.txt llvm_map_components_to_libnames field to whatever the result of the above command is, then omit the -lLLVM part.

About

️‍🔥 The Matrix Programming Language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published