#stream #ast #produce #macro #procedural #proc-macro #basic

albert_stream

minimal procedural macros parser that produce a convenient AST

4 releases

0.0.4 Feb 24, 2023
0.0.3 Dec 1, 2022
0.0.2 Nov 30, 2022
0.0.1 Nov 30, 2022

#21 in #produce

Download history 22/week @ 2024-11-22 9/week @ 2024-11-29 40/week @ 2024-12-06 24/week @ 2024-12-13 4/week @ 2024-12-20 3/week @ 2025-01-10 10/week @ 2025-01-17 5/week @ 2025-01-24 15/week @ 2025-01-31 23/week @ 2025-02-07 34/week @ 2025-02-14 33/week @ 2025-02-21 29/week @ 2025-02-28 48/week @ 2025-03-07

144 downloads per month
Used in clightningrpc-conf

GPL-2.0 license

4KB
66 lines

minimal procedural macros parser that produce a convenient AST


lib.rs:

Albert stream is an abstraction of token stream where it is possible implement stream of tokens with the basic method for a simple compiler front-end.

No runtime deps