xolatile 83c8468357 B
2024-12-09 15:00:12 -05:00
2024-09-06 22:17:09 -04:00
2024-08-28 09:08:33 -04:00
2024-11-26 19:42:05 -05:00
B
2024-12-09 15:00:12 -05:00

xyntax

xyntax -- Header-only library for syntax definition, highlighting and tokenization.

Install: $ sudo sh install.sh

Include: #include <xolatile/xyntax.h>

This library depends on:

About this library:

  • Primary focus of this library is for syntax highlighting, hence the name, but it can do more.
  • Important note: Regular expressions are more robust, this is simple solution for simple problems.
  • If you want to do parsing, counting, tokenization, you can use return value of 'syntax_define'.
  • Everything related to my libraries is clean of all warning options on Clang, GCC and Valgrind.
Description
No description provided
Readme 55 KiB
Languages
C 97.9%
Shell 2.1%