]> git.eli173.com Git - klapaucius/commit
parser functioning minimally, gonna work on evaluation &c now
authorElijah Cohen <eli@eli173.com>
Fri, 26 Apr 2024 20:53:47 +0000 (15:53 -0500)
committerElijah Cohen <eli@eli173.com>
Fri, 26 Apr 2024 20:53:47 +0000 (15:53 -0500)
commitf87403e4a71cbbb52f1c658bf0aadd06c4bb2264
treea71dca7f993bc50da0ae2c410adffe4604dc6271
parser functioning minimally, gonna work on evaluation &c now
Makefile [new file with mode: 0644]
ideas.org [new file with mode: 0644]
src/Makefile [new file with mode: 0644]
src/parser.c [new file with mode: 0644]
src/parser.h [new file with mode: 0644]
src/sexpr.c [new file with mode: 0644]
src/sexpr.h [new file with mode: 0644]
src/test.c [new file with mode: 0644]
src/types.h [new file with mode: 0644]