aboutsummaryrefslogtreecommitdiff
path: root/config.lisp
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-01-09 21:45:15 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-01-09 21:45:15 +0100
commit82b803603f519bcd91eb4a2fbc9bb5c2bfa6e168 (patch)
tree0ef60f270812fd1e7ba041773c853bc4497e5a24 /config.lisp
parentfc9c7130b08ebc7ad4dbd0f16040251089c11f33 (diff)
downloadtemper-82b803603f519bcd91eb4a2fbc9bb5c2bfa6e168.tar.gz
temper-82b803603f519bcd91eb4a2fbc9bb5c2bfa6e168.tar.bz2
temper-82b803603f519bcd91eb4a2fbc9bb5c2bfa6e168.zip
Added render functions, Splitting into multiple files
Diffstat (limited to 'config.lisp')
-rw-r--r--config.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.lisp b/config.lisp
new file mode 100644
index 0000000..26e7a69
--- /dev/null
+++ b/config.lisp
@@ -0,0 +1,4 @@
+(defconstant +temper-open+ "<%")
+(defconstant +temper-close+ "%>")
+(defconstant +temper-close-len+ (length +temper-close+))
+(defconstant +temper-interpolate+ #\=)