aboutsummaryrefslogtreecommitdiffstats
path: root/lexer.go
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-10-28 20:34:39 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-10-28 20:34:39 -0700
commit2ffdc8b3ded7173a01a91359b730064f3b4ab17c (patch)
tree7110d3c8be27f60f35f72f6009b3016fed018720 /lexer.go
parente084ac2b84fac3b5ae63de15080b863d31f5b2fc (diff)
downloadccl-2ffdc8b3ded7173a01a91359b730064f3b4ab17c.tar.zst
Rename to ccl
It stands for "cute configuration language," but idk if that's really important
Diffstat (limited to 'lexer.go')
-rw-r--r--lexer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexer.go b/lexer.go
index 4fc6ca4..edc2444 100644
--- a/lexer.go
+++ b/lexer.go
@@ -1,4 +1,4 @@
-package asspb
+package ccl
import (
"iter"