#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

#2146 in Rust patterns

Download history 54/week @ 2024-07-21 114/week @ 2024-07-28 127/week @ 2024-08-04 11/week @ 2024-08-11 7/week @ 2024-08-18 48/week @ 2024-08-25 9/week @ 2024-09-01 7/week @ 2024-09-08 13/week @ 2024-09-15 25/week @ 2024-09-22 47/week @ 2024-09-29 13/week @ 2024-10-06 32/week @ 2024-10-13 19/week @ 2024-10-20 31/week @ 2024-11-03

83 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