]> git.eli173.com Git - klapaucius/commit
major parser fix, reorg kl source files
authorElijah Cohen <eli@eli173.com>
Wed, 8 Jan 2025 18:39:11 +0000 (12:39 -0600)
committerElijah Cohen <eli@eli173.com>
Wed, 8 Jan 2025 18:39:11 +0000 (12:39 -0600)
commitd0d462623debac7203aa963f4a2363e1617f3334
tree9a43c8c42d91c00651ffa9b00b22f51a6b825b36
parent777e7464a6bcb7a6fe413fa25fe6c42802fb1a07
major parser fix, reorg kl source files

fixed an unfortunate off-by-one error, and reorganised how source
files are stored (especially for the web interface), as work towards
some sort of standard library develops
klsrc/combinators.kl [new file with mode: 0644]
klsrc/stdlib.kl [new file with mode: 0644]
klsrc/util.kl [new file with mode: 0644]
src/Makefile
src/emscr.c
src/parser.c