From 1553b785cbc75bfc47066096b81d0066017a91ad Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 30 Jun 2026 13:21:38 -0700 Subject: Added LookAhead, fixed up the proc-macro. LookAhead should make the rest of the parser and lexer stuff way easier, probably spin that out into it's own lib later on. --- Cargo.lock | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 842949d..062b9ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11,4 +11,9 @@ name = "derive" version = "0.1.0" dependencies = [ "crimtag", + "lookahead", ] + +[[package]] +name = "lookahead" +version = "0.1.0" -- cgit v1.2.3