#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

#1759 in Rust patterns

Download history 5/week @ 2024-01-01 18/week @ 2024-01-22 20/week @ 2024-01-29 146/week @ 2024-02-05 94/week @ 2024-02-12 50/week @ 2024-02-19 144/week @ 2024-02-26 37/week @ 2024-03-04 34/week @ 2024-03-11 158/week @ 2024-03-18 28/week @ 2024-03-25 107/week @ 2024-04-01 77/week @ 2024-04-08 50/week @ 2024-04-15

358 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