feat: tokenizer

This commit is contained in:
2025-12-23 14:17:43 -05:00
parent 4845acea73
commit 61bb622dcd
8 changed files with 227 additions and 0 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
BINARY_NAME=lambda.exe
it:
@ go build -o ${BINARY_NAME} ./cmd/lambda
@ chmod +x ${BINARY_NAME}
ex1: it
@ ./lambda.exe "(\n.\f.\x.(f ((n f) x)) \f.\x.x)"