A simple, basic and minimalist macro processor.
Find a file
2026-02-18 19:01:30 -03:00
.gitignore Initial commit 2026-01-19 04:02:10 +01:00
bool.h Add bool.h to ease code abstraction 2026-01-23 12:33:54 -03:00
char.c Code char_is_eol() in char.c 2026-01-28 18:24:06 -03:00
char.h Add char_is_eol() prototype 2026-01-28 18:23:33 -03:00
error.c Fix typo of error.c 2026-01-27 20:45:02 -03:00
error.h Add local error library and functions 2026-01-27 15:15:53 -03:00
fileio.c Add empty fileio.[ch] files 2026-01-21 22:07:57 -03:00
fileio.h Add empty fileio.[ch] files 2026-01-21 22:07:57 -03:00
LICENSE Initial commit 2026-01-19 04:02:10 +01:00
limits.h Delegate TRIE_DEPTH to TOKEN_SIZE 2026-02-02 13:56:12 -03:00
main.c Add empty main.c file 2026-01-19 19:39:52 -03:00
math.c Code function max() in math.c 2026-01-27 23:23:19 -03:00
math.h Add local library header math.h 2026-01-27 23:21:43 -03:00
parser.c Code parser_unload() 2026-02-18 19:01:30 -03:00
parser.h Add parser_unload() prototype 2026-02-18 19:00:47 -03:00
README.md Initial commit 2026-01-19 04:02:10 +01:00
todo.txt Add todo.txt 2026-01-28 18:35:41 -03:00
tokenizer.c Remove initial grave accent from tokens of token_split() 2026-02-18 18:42:39 -03:00
tokenizer.h Remove n argument from token_space() prototype 2026-02-02 14:00:12 -03:00
trie.c Add trie_insert() into trie.c 2026-01-22 17:14:16 -03:00
trie.h Add trie_insert() into trie.h 2026-01-22 17:12:44 -03:00

smp

A simple, basic and minimalist macro processor.