hsutter / cppfront

A personal experimental C++ Syntax 2 -> Syntax 1 compiler
Other
5.24k stars 224 forks source link

Citing cpp2 / cppfront #1041

Closed dutkalex closed 3 months ago

dutkalex commented 3 months ago

Hi! I was wondering how can I cite your work on Cpp2 / Cppfront in research papers and technical reports. I could not find any reference article presenting this work... Anyway, thanks for the amazing work! Best regards, Alex

hsutter commented 3 months ago

Thanks for the kind words. There's no reference article, but you could reference the documentation and the repo, something like:

or the first talk describing it which is:

Does that give you what you need?

dutkalex commented 3 months ago

Yes perfect thanks! If I write a clean BibTex citation entry, would you be interested in a small PR to add this to the README?

dutkalex commented 3 months ago

Or maybe add a CITATION.cff file?

cff-version: 1.2.0
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
title: cppfront
authors:
  - given-names: Herb
    family-names: Sutter
repository-code: 'https://github.com/hsutter/cppfront'
abstract: A personal experimental C++ Syntax 2 -> Syntax 1 compiler
license: CC-BY-NC-ND-4.0
hsutter commented 3 months ago

Sure, that sounds reasonable. TIL .cff. Thanks!

dutkalex commented 3 months ago

Ok perfect! Opened PR #1044 for this purpose. Closing this issue.