-
Why pegtl/2.8.1@taocpp/stable has channel and user?
Almost all recipes don't have them in conan-center-index
-
I'm trying to use the example grammar for Lua to build a call graph. The approach I have in mind is building a parse tree and then traversing it to create a proper call graph. For now, suppose we only…
-
**Host Environment**
- Windows10
- Compiler: VS2019
**To Reproduce**
in manifest mode with json blow:
```
{
"name": "pallet-server",
"version": "0.2",
"dependencies": [
"jsoncpp"…
-
### Expected behavior:
Not throw an error when you have a new line before the root closing bracket and after an array closing bracket
### Actual behavior:
Throws parser error.
### Example
```…
-
Is it possible to disable backtracking? I think my grammar does not require backtracking (i.e., the branch in the choice operator that is chosen can be known only from the first character). So there…
-
**Type: LanguageService**
**Describe the bug**
- OS and Version: ubuntu16.04
- VS Code Version: 1.31
- C/C++ Extension Version: 0.21.0
- Other extensions you installed (and if the issue p…
-
I apologize for asking what seems like a basic question, this is my first parser project so I might not yet fully understand how to design a good parser, nor do I fully understand how to use PEGTL, he…
-
**Host Environment**
- OS: Windows 10
- Compiler: revision
**To Reproduce**
Steps to reproduce the behavior:
`./vcpkg install pcl
Package: vtk:x86-windows
Vcpkg version: 2020.06.15-nohash…
-
```
The following tests FAILED:
38 - pegtl-test-demangle (Failed)
```
```
$ ./work/.build/src/test/pegtl/pegtl-test-demangle
pegtl: unit test assert [ a == s ] failed in line [ 22 ] file [ /…
-
**Host Environment**
- OS: Windows
- Compiler: Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24215.1 for x86
**To Reproduce**
Steps to reproduce the behavior:
`./vcpkg install pcl`
*…