004f859cc73f7aa4c29b30a45e5b7168ea68d33f
LXC
LXC is a compiler to compile .lx files into .c files. LX is a custom langauge that I have developed, the documentation for the language (and compiler) can be found here WIP.
Build
Windows
git clone https://github.com/PashaBibko/LXC.git LXC
cd LXC
git submodule update --init --recursive
mkdir build
cd build
cmake .. -G Ninja
cmake --build .
UNIX based
git clone https://github.com/PashaBibko/LXC.git LXC
cd LXC
git submodule update --init --recursive
mkdir build
cd build
cmake ..
cmake --build .
Other
Operating systems that are not listed above are not supported. To run the code you will have to modify it yourself. All code that should need to be changed is within the Common modules.
Languages
C++
92.8%
CMake
5.9%
Text
0.8%
Batchfile
0.5%