Ported to bglibs

This commit is contained in:
2023-07-11 09:58:58 -03:00
parent d59fa56473
commit be56f4110e
5 changed files with 35 additions and 3522 deletions

View File

@ -3,4 +3,4 @@ run: shortcodes
shortcodes.c: shortcodes.rl
ragel -G2 shortcodes.rl -o shortcodes.c
shortcodes: shortcodes.c
tcc shortcodes.c bstrlib/bstrlib.c -g -o shortcodes
tcc shortcodes.c -lbg -g -o shortcodes