mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-20 03:20:26 +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
|