diff options
| author | Mike Buland <mike@xagasoft.com> | 2026-06-30 13:21:38 -0700 |
|---|---|---|
| committer | Mike Buland <mike@xagasoft.com> | 2026-06-30 13:21:38 -0700 |
| commit | 1553b785cbc75bfc47066096b81d0066017a91ad (patch) | |
| tree | d10b1dcf71c6ecf833b2eb9e9dbfde303b88fa9e /Cargo.lock | |
| parent | 062048ef6e3e060bcf841ea2ec92e026f09d8da0 (diff) | |
| download | crimtag-1553b785cbc75bfc47066096b81d0066017a91ad.tar.gz crimtag-1553b785cbc75bfc47066096b81d0066017a91ad.tar.bz2 crimtag-1553b785cbc75bfc47066096b81d0066017a91ad.tar.xz crimtag-1553b785cbc75bfc47066096b81d0066017a91ad.zip | |
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.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -11,4 +11,9 @@ name = "derive" | |||
| 11 | version = "0.1.0" | 11 | version = "0.1.0" |
| 12 | dependencies = [ | 12 | dependencies = [ |
| 13 | "crimtag", | 13 | "crimtag", |
| 14 | "lookahead", | ||
| 14 | ] | 15 | ] |
| 16 | |||
| 17 | [[package]] | ||
| 18 | name = "lookahead" | ||
| 19 | version = "0.1.0" | ||
