#codegen #yaml-parser #stream #graphql #transpiler #parser #macro #token

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

#650 in Rust patterns

Download history 10/week @ 2023-02-06 16/week @ 2023-02-13 189/week @ 2023-02-20 70/week @ 2023-02-27 178/week @ 2023-03-06 224/week @ 2023-03-13 39/week @ 2023-03-20 120/week @ 2023-03-27 197/week @ 2023-04-03 124/week @ 2023-04-10 174/week @ 2023-04-17 151/week @ 2023-04-24 138/week @ 2023-05-01 42/week @ 2023-05-08 62/week @ 2023-05-15 84/week @ 2023-05-22

428 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