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