pom 3.4.0

PEG parser combinators using operator overloading without macros.
Documentation
{
  "version": "0.2.0",
  "configurations": [
	  {
		  "type": "lldb",
		  "request": "launch",
		  "name": "Custom launch",
		  "program": "./target/debug/examples/json"
	  },
	  {
		  "type": "lldb-mi",
		  "request": "launch",
		  "name": "Launch Program",
		  "target": "./target/debug/examples/simple",
		  "cwd": "${workspaceRoot}"
	  }
  ]
}