From 0d106d409b8e7bfc3c6d9ea6bda18a1858ec5297 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 3 Apr 2024 22:47:00 -0500 Subject: Add logos --- Makefile | 2 +- README.md | 2 ++ repl.lua | 8 ++++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42349fb..617a695 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ luarepl: .PHONY: repl repl: - $(LUA) -e 'require("repl").repl("lam> ")' + $(LUA) -e 'require("repl").repl("> ")' .PHONY: test test: diff --git a/README.md b/README.md index 1dcd392..152b0c7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # lam -- Lisp Acdw Made +![lam logo by m455](/lam/tree/logo.png) + hi, i'm acdw. this is my lisp. diff --git a/repl.lua b/repl.lua index a3fdf95..016df17 100644 --- a/repl.lua +++ b/repl.lua @@ -16,6 +16,14 @@ local function schemeprint (x) end end +local lam = [[ + @,,,@ +<|^ ^|> l a m + | /) 0015 + |I /))) acdw + ------------- +]] + function m.repl (prompt, infile, out) -- PROMPT should be a string, INFILE is a filename, and OUT is either a -- filename, nil (in which case it will be stdout), or false (which -- cgit 1.4.1-21-gabe81