-
Why are the rules for comments so inconsistent and complicated? For example take all the places where empty lines are allowed. In some cases there can be arbitrary many comment lines among the empty l…
-
So finally the library authors of PEGTL (@d-frey) submitted their library an it is now in conan-center: https://bintray.com/taocpp/public-conan/pegtl:taocpp
We talked together with @solvingj that b…
-
### Description of Problem, Request, or Question
I'm following the steps from
http://bincrafters.readthedocs.io/en/latest/contributing_to_packages/package_guidelines_faq.html
to include the pack…
-
Hi,
I am currently trying to find out why my seemingly correct grammar won't parse. Here's the first issue that I don't understand: take the JSON grammar as an example and start with 16 spaces:
```
…
-
Hello,
Do you know about [Conan](https://github.com/conan-io)?
Conan is modern dependency and package manager for C/C++. And will be great if your library will be available via package manager f…
-
To help us debug your issue please explain:
Hi everyone!
I'm trying give some support to taocpp/PEGTL and I would like to use CMake helper to install the project. The project is header-only, thu…
-
**What?**
Provide PEGTL support to Conan package manager
**Why?**
To any user consume PEGTL as Conan binary package.
**How?**
- Write conanfile.py (recipe)
- Write test_package (recipe…
-
Please help. I have done like 20 things and none work. rJava will not load. Which I need for xlsx. Which I need for ImportExport. Which I need to run an mdb file in R.
I tried installling new vers…
-
Hi guys,
I'm trying to add control for error reporting in a compiler and I'm having trouble getting it to work.
There are no outputs or exceptions thrown when I run my code. Here is what I have.
…
-
To keep pegtl project clean, we should move build.py and test_package to a new sub-directory: conan
Conan solves the test directory by the names test or test_package, on same dir level, to use a cu…