]> Trent Huber's Code - thus.git/commit
Major refactoring, cleaning
authorTrent Huber <trentmhuber@gmail.com>
Fri, 18 Jul 2025 07:32:32 +0000 (03:32 -0400)
committerTrent Huber <trentmhuber@gmail.com>
Fri, 18 Jul 2025 07:32:32 +0000 (03:32 -0400)
commit8af800f078a9fb513b269e8fef43dad7b53992f7
tree4241e0ba1da5b065ccac67c18725ac108b0aa03d
parent38a3a4a1abfac2017af41ec256f7dc6b582133b3
Major refactoring, cleaning
22 files changed:
build.c
src/builtins.c
src/config.h [new file with mode: 0644]
src/history.c
src/history.h
src/input.c
src/input.h
src/job.c
src/job.h
src/main.c
src/options.c
src/options.h
src/parse.c [moved from src/lex.c with 78% similarity]
src/parse.h [moved from src/lex.h with 89% similarity]
src/run.c
src/run.h
src/stack.c
src/stack.h
src/term.c [deleted file]
src/term.h [deleted file]
src/utils.c
src/utils.h