Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

https://lpeg.trink.com

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

Stars

7 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages