Svelte Hacker News logo
  • top
  • new
  • show
  • ask
  • jobs
  • about

Cpparinfer: A C++23 implementation of the parinfer algorithm

gitlab.com

58 points by tosh 6 days ago

miroljub 2 days ago

Unfortunately, it doesn't implement parinfer smart mode.

  • CyMonk 2 days ago

    there is a rust implementation that implements smart mode.

    https://github.com/eraserhd/parinfer-rust

    • miroljub 2 days ago

      Yep, that's the one I use currently, but didn't want to link it here.