]> git.eli173.com Git - klapaucius/commit
added print function, added command line file loading,
authorElijah Cohen <eli@eli173.com>
Fri, 27 Sep 2024 22:29:08 +0000 (17:29 -0500)
committerElijah Cohen <eli@eli173.com>
Fri, 27 Sep 2024 22:29:08 +0000 (17:29 -0500)
commitd789cf9a2fc418cb0eac71ed2eec147b1c1b17a5
tree6b333f0acd7b139522d7c6e0d43ef50ddce27ebc
parentba77198905d9db1e8895ee0a97c2f0ae6328178b
added print function, added command line file loading,

added a file I forgot to add last time lol
src/builtins.c
src/builtins/io.c [new file with mode: 0644]
src/builtins/io.h [new file with mode: 0644]
src/config.h [new file with mode: 0644]
src/repl.c
src/util.c [new file with mode: 0644]
src/util.h [new file with mode: 0644]