Skip to content

cluo/lpeg_tester

 
 

Repository files navigation

Prerequisites {#mainpage}

Optional (used for documentation)

lpeg_tester - UNIX Build Instructions

cd lpeg_tester 
mkdir release
cd release
cmake -DCMAKE_BUILD_TYPE=release ..
make

# to run the web server locally 
make install DESTDIR=install
cd install/usr/local/lpeg_tester; ./run.sh
# http://localhost:8889/

lpeg_tester - Windows Build Instructions (untested)

in a VS2013 command prompt window

cd lpeg_tester 
mkdir release 
cd release
cmake -DCMAKE_BUILD_TYPE=release -G "NMake Makefiles" ..
nmake

# to run the web server locally 
nmake install DESTDIR=install
cd install\lpeg_tester; run.bat
# http://localhost:8889/

About

Lua LPeg Grammar Tester

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 78.8%
  • C++ 13.0%
  • CMake 6.4%
  • Other 1.8%