资 源 简 介
About:
Lightning-Tools will eventually be a set of tools for help with writing and editing code quickly. Currently, it only includes one tool, a source code formatting tool called lightning-format. View the ReadMe for more information and Installation instructions.
Lightning-format
Lightning-format (or lformat for short) formats any language with a similar syntax to the C language. This includes C/C++/C#, Java, Javascript, and more. It parses the code similar to how the compiler would and formats on a block level basis using curly braces "{" and "}".
Run program by typing:
lformat
Features
Corrects tabbing and new lines
Configuration file for different styles
Ability to optimize filesize for web by removing comments, tabs, and newlines
lightning fast speed!
文 件 列 表
TODO.txt
test.cpp
README.txt
lformat-prefs.txt
COPYING
compileWin
compileAll
compile
Windows
OpenCommandPrompt.reg
SETUP_7.bat
lformat-prefs.txt
SETUP_XP.bat
lightning-format.exe
lformat.bat
src
options.cpp
classes.h
functions.cpp
classes.cpp
main.cpp
parser.cpp
include.h
parseLine.cpp
Linux
lformat-prefs.txt
SETUP.sh
lightning-format