xuxuxu lol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 月之前
1234567891011121314151617181920212223242526272829
  1. # xuxuxu
  2. I'm gonna update this, I swear...
  3. xuxuxu -- Program for highlighting C source code and exporting it as PNG image.
  4. - Everything related to my libraries is clean of all warning options on Clang, GCC and Valgrind.
  5. - I don't know what else to write here, program is being done in my free time, so expect more...
  6. - It kinda looks more serious if I have very long 'README.md' file, almost like a valid project.
  7. Compile:
  8. ```bash
  9. $ sh compile.sh
  10. ```
  11. Install:
  12. ```bash
  13. $ sudo sh install.sh
  14. ```
  15. Use:
  16. ```bash
  17. $ cat my_c_program.c | xuxuxu
  18. $ xuxuxu < my_c_program.c
  19. ```
  20. Example of rendered and exported Xuxuxu source code:
  21. ![screenshot](xuxuxu.png)