GuFFy12 / CPP-to-Python-Syntax

😎 Reformatting cpp code like a boss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPP to Python Syntax

logo

Reformatting cpp code to looks like python code

This formatter moves chars like { } ; to end of a line, so its improve readability of cpp code.

Fixme

  1. Fix formatting error for multiline comments, when // chars appears.
  2. Beautify src code :)

Usage

  1. Compile cpp project.

  2. Open CMD and execute file: CPP-to-Python-Syntax.exe <inputFile> <outputFile> <shiftSyntaxCharsBy>

About

😎 Reformatting cpp code like a boss

License:MIT License


Languages

Language:C++ 95.3%Language:CMake 4.7%