cpp-peglib/lint
hvellyr f98f8697c6 Add test support for windows MSVC 2015 on appveyor
- build the code with source and execution charset set to utf-8 (required
  for unicode chars in the source code)

- Example/culebra/linenoise.hpp requires being build with UNICODE on windows

  The WIN32 part of that code actually is written against wchar support
  only (e.g. wsprintf, wcstol, ...); but some pieces requires the UNICODE def
  being set explicitely (e.g. GetEnvironmentVariable).

- don't build lint and language subfolders on windows at all (for now)
2016-06-07 11:51:12 +02:00
..
CMakeLists.txt Add test support for windows MSVC 2015 on appveyor 2016-06-07 11:51:12 +02:00
httplib.h Fix compiler warnings about "hidden" names 2016-06-01 16:27:24 +02:00
peglint.cc Fix sign/unsigned compiler warnings 2016-06-01 16:27:24 +02:00
peglint.sln Moved 'online lint' functionality to peglint. 2015-11-27 15:53:32 -05:00
peglint.vcxproj Moved 'online lint' functionality to peglint. 2015-11-27 15:53:32 -05:00
README.md Updated usage for peglint. 2015-11-29 23:19:09 -05:00
server.cc Fix compiler warnings about "missing variable declaration" 2016-06-01 16:27:24 +02:00

peglint

The lint utility for PEG.

usage: peglint [--ast] [--optimize_ast_nodes|--opt] [--server [PORT]] [--trace] [grammar file path] [source file path]