A Crystal wrapper around liblex.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
lex/compile.sh

7 lines
181 B

git clone https://dev.danilafe.com/Experiments/liblex.git external/liblex
cd external/liblex
git submodule update --init --recursive --remote
mkdir -p build
cd build
cmake ..
make