feat: expression
This commit is contained in:
9
Makefile
9
Makefile
@@ -4,8 +4,11 @@ it:
|
||||
@ go build -o ${BINARY_NAME} ./cmd/lambda
|
||||
@ chmod +x ${BINARY_NAME}
|
||||
|
||||
ex: it
|
||||
simple: it
|
||||
@ ./lambda.exe - < ./samples/simple.txt
|
||||
|
||||
v: it
|
||||
@ ./lambda.exe -v - < ./samples/simple.txt
|
||||
thunk: it
|
||||
@ ./lambda.exe - < ./samples/thunk.txt
|
||||
|
||||
saccharine: it
|
||||
@ ./lambda.exe - < ./samples/saccharine.txt
|
||||
Reference in New Issue
Block a user