#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

#2129 in Rust patterns

Download history 58/week @ 2024-03-13 137/week @ 2024-03-20 58/week @ 2024-03-27 83/week @ 2024-04-03 74/week @ 2024-04-10 38/week @ 2024-04-17 4/week @ 2024-04-24 7/week @ 2024-05-01 21/week @ 2024-05-08 68/week @ 2024-05-15 40/week @ 2024-05-22 88/week @ 2024-05-29 58/week @ 2024-06-05 27/week @ 2024-06-12 46/week @ 2024-06-19 19/week @ 2024-06-26

192 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