hangedman

Results 33 comments of hangedman

@connortechnology I'm using Centos7 and Apache/2.4.6 (CentOS) I faced the same problem. However, I succeeded to start apache by appending following parameter in /etc/sysconfig/httpd ``` OPTIONS=-X -D NYTPROF ```

@Syperia Would you please resolve git conflict ? I would like to use this feature.

I would like to do this issue if I have time... Currently BNFC generates C++ codes like `delete someInstance` instead of `std::unique_ptr`

I created a PR. If it's no problem, I would like to try to modify Absyn.C/H to use smart-pointer. bnfc generating C++ code using inheritance, so this maybe a bit...

@andreasabel I created second pull-request at #410 I gave up using `std::unique_ptr`, then use `std::shared_ptr`. Because it's more applicable for bnfc usecase. Please take a look it. EDIT: I would...

@andreasabel Hi, I updated PR again. It took much time, sorry. https://github.com/BNFC/bnfc/pull/410

@andreasabel Thank you ! > At the moment, they error if flag -l is supplied (which adds position information). Got it. I'll look into it. > Also, the plain --ansi...

@andreasabel CI is passed. But, I realized test cases under the testing directory is failing. I'm checking it. working on this PR https://github.com/hangingman/bnfc/pull/5

@andreasabel Hi, I make it passed all C/C++ system tests. https://github.com/hangingman/bnfc/pull/5#issue-1178753984 I think bnfc code in this branch can generate decent C++ code. Please take a look it.