Skip to content

GuFFy12/CPP-to-Python-Syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published