-
when i try to compile this
```C++
using namespace tao;
//
template
[[nodiscard]] const char* line_at( const ParseInput& in, const pegtl::position& p ) const noexcept
{…
-
There are certain requirements for performance. Can you provide a complete example of syntax parser, such as C language, and then parse, as well as the time required to save the syntax tree.
Of cou…
-
Hi,
It is possible to crash the parser (client/query/subscription) by having an invalid escaped character.
For example using a directive:
```
@something( s : "\." )
```
This looks like it ca…
-
In order to make it work on debian 10/ ubuntu 20.04 I had to:
1. install dependencies
```
sudo apt install -y protobuf-compiler libsodium-dev libpolkit-gobject-1-dev libaudit-dev libcap-ng-…
-
I'm not clear on how to cleanly handle whitespace. It seems in most of the examples, it manually creates a space rule and inserts the rule onto the right side of every other sequence. Is there a bette…
-
im using the following
```C++
pegtl::memory_input in(spec, "Specification test");
```
but `in.line_at( p )` does not seem to correctly acquire the line
```
#5 tao::pegtl::ascii::any…
-
**Host Environment**
- OS: Windows10
- Compiler: MSVC2022
**To Reproduce**
Steps to reproduce the behavior:
`./vcpkg install vtk:x64-windows`
**Failure logs**
D:\vcpkg>vcpkg install vtk:x6…
-
Hi there!
I've find following issue: if I type, say, `:e files/*peg` and select appropriate file from the list, then I'll get `:e files/*files/vtk-9.0.3-pegtl-3.patch` in the command line.
Looks…
-
I'm trying to port a bison grammar to a PEG hopefully using this library. The problem is that the grammar (in bison) uses a lot of recursion and I'm not really sure how to address it, and it also refe…
-
I am building and testing gemmi v0.5.0 for Debian using system-provided pegtl (v2.8.3-3). I am getting the following test failure:
```
===============================================================…