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. --- lookahead/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lookahead/Cargo.toml (limited to 'lookahead/Cargo.toml') diff --git a/lookahead/Cargo.toml b/lookahead/Cargo.toml new file mode 100644 index 0000000..d79f913 --- /dev/null +++ b/lookahead/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "lookahead" +version = "0.1.0" +edition = "2024" + +[dependencies] -- cgit v1.2.3