mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-16 17:45:49 +00:00
4 lines
91 B
Bash
4 lines
91 B
Bash
|
# /bin/sh
|
||
|
llvm-g++ -std=c++11 -I ../../../vendor/PEGTL/ -o test test.cpp parser.cpp
|
||
|
./test
|