Check it out! My Rust compiler written in C (now called "dozer") just parsed its first function!
Check it out! My Rust compiler written in C (now called "dozer") just parsed its first function! 2 comments
@notgull Hmm just thinking out loud, would it cause any problems if a macro was called earlier in a module than it was defined? |
I’m trying to think ahead as to how I want to do the expansion phase (e.g. macros, cfg directives, external modules). I’m thinking that it should be reasonable to do it at the same time I’m doing parsing, right? Since it’s just yielding tokens from other files/directives.