Initial commit.
commitc4859683981ec656fa8939ea294de1b4b64ed2d6
authorSergey Sushilin <sergeysushilin@protonmail.com>
Fri, 12 Aug 2022 03:40:37 +0000 (12 06:40 +0300)
committerSergey Sushilin <sergeysushilin@protonmail.com>
Sun, 14 Aug 2022 04:29:39 +0000 (14 07:29 +0300)
treed7441dea9ebe5f36bdf33c3246e9c9d85184452e
Initial commit.
27 files changed:
.gitmodules [new file with mode: 0644]
Build [new file with mode: 0644]
Makefile [new file with mode: 0644]
build.c [new file with mode: 0644]
build.h [new file with mode: 0644]
diagnostic.c [new file with mode: 0644]
diagnostic.h [new file with mode: 0644]
hash.c [new file with mode: 0644]
hash.h [new file with mode: 0644]
libquote [new submodule]
parse.c [new file with mode: 0644]
parse.h [new file with mode: 0644]
parse.y [new file with mode: 0644]
scan.c [new file with mode: 0644]
scan.h [new file with mode: 0644]
scan.l [new file with mode: 0644]
sha256.c [new file with mode: 0644]
sha256.h [new file with mode: 0644]
spawn.c [new file with mode: 0644]
spawn.h [new file with mode: 0644]
system.h [new file with mode: 0644]
thread.c [new file with mode: 0644]
thread.h [new file with mode: 0644]
uniqstr.c [new file with mode: 0644]
uniqstr.h [new file with mode: 0644]
watchdog.c [new file with mode: 0644]
watchdog.h [new file with mode: 0644]