https://github.com/eronana/messcpp
make c code become mess
https://github.com/eronana/messcpp
Last synced: 3 months ago
JSON representation
make c code become mess
- Host: GitHub
- URL: https://github.com/eronana/messcpp
- Owner: Eronana
- Created: 2016-11-18T08:29:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-18T09:22:31.000Z (over 8 years ago)
- Last Synced: 2025-02-12T19:38:43.809Z (5 months ago)
- Language: C++
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#messcpp
make c code become mess## how to run it?
```bash
$ git clone https://github.com/Eronana/messcpp.git
$ cd messcpp
$ make
$ make gen
$ ./messcpp source.cpp mess_source.cpp
```## how to custom mess list?
edit `mess_list.txt`.## how to generate mess list?
run `make gen`