-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this project still maintained? #32
Comments
Hi - It's really hard to find time to work on Lzz. Because it doesn't
support some of the new C++ features I'd recommend not using it. I am
working on some ideas in the parser generator -- and this will eventually
find its way to Lzz -- though I can't say when.
cheers
…On Fri, Dec 18, 2020 at 12:19 PM user11681 ***@***.***> wrote:
Since I was unable to find a binary distribution of lzz, compiling it
requires lzz and the last commit was ~3 years ago, I assume that it is
abandoned. Is that correct or is it still maintained elsewhere?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#32>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE7NDNBPN2VUW4IFDYX4MOTSVOFLLANCNFSM4VBOPQBA>
.
|
hi @mjspncr do you have lzz binary that we can use to bootstrap the build of this project? Currently, it seems lzz binary is not available anymore. |
You can find binaries on the old website -- search on the wayback machine (
https://web.archive.org/) for lazycplusplus.com
…On Thu, Feb 11, 2021 at 7:02 AM Matheus Eduardo ***@***.***> wrote:
hi @mjspncr <https://github.com/mjspncr> do you have lzz binary that we
can use to bootstrap the build of this project? Currently, it seems lzz
binary is not available anymore.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#32 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE7NDNABSEJAE25GXMWHZXLS6PBNDANCNFSM4VBOPQBA>
.
|
@mjspncr thanks a lot. I've made a pull request including an easy build script. |
Old lzz is still very useful for projects. When you encounter a c++ feature that lzz doesn't understand you can just put it in a #hdr or #src block EDIT: We're still missing a lzz.exe for windows. I have copies of it if needed |
Hi @SnapperTT feel free to submit a PR with the windows binaries. We don't feel bad here for storing binaries in a Github repo haha. The important thing is that people can just use it. By the way, would you be willing to share the command line you've used to generate a sample header from a cpp file? I was the one submitting a PR to build the project successfully but I couldn't find an easy example on how to actually use lzz with a single cpp file. I imagine that you just have to tell lzz the cpp source file and after some parameters, it should output the corresponding header file. If you have an example of that, it would help a lot with the repository. Regards. |
@Matheus-Garbelini |
Since I was unable to find a binary distribution of lzz, compiling it requires lzz and the last commit was ~3 years ago, I assume that it is abandoned. Is that correct or is it still maintained elsewhere?
The text was updated successfully, but these errors were encountered: