A small chatbot experiment built with C and Zig.
Stars
20
Forks
13
Watchers
20
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
30
commits
build: add -Wshadow -Wconversion -Wstrict-prototypes -O2
8c718e4View on GitHubportability: remove _GNU_SOURCE, replace strdup/strncasecmp
fcf9a75View on GitHubfix: plug memory leaks in ht_create, ht_newpair, and ht_set
e892effView on GitHubUpdate POSIX feature definition in chatbot.c to enable GNU extensions
9a479e2View on GitHubFix missing string.h include for cross-platform compatibility
eedc07aView on GitHub