#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

#1717 in Rust patterns

Download history 1/week @ 2023-11-26 37/week @ 2023-12-03 70/week @ 2023-12-17 200/week @ 2023-12-24 5/week @ 2023-12-31 17/week @ 2024-01-21 15/week @ 2024-01-28 152/week @ 2024-02-04 91/week @ 2024-02-11 49/week @ 2024-02-18 144/week @ 2024-02-25 38/week @ 2024-03-03 22/week @ 2024-03-10

253 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