From 2ffdc8b3ded7173a01a91359b730064f3b4ab17c Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Tue, 28 Oct 2025 20:34:39 -0700 Subject: Rename to ccl It stands for "cute configuration language," but idk if that's really important --- lexer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lexer.go') 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" -- cgit v1.3.1