charletes
charletes
This is how I'm processing it btw: ```rust let mut defines = HashMap::new(); let includes = Vec::new(); let res = preprocess(&path, &defines, &includes, false, false); match res { Ok((text, new_defines))...
Thanks for looking into it! I'll try to catch where the tool breaks down but I'm not familiar with the code so it may take a while.
Unfortunately I don't understand enough of the internals to figure out where things go awry. I had a look at the parsing process and it seems to follow the syntax...
I had the same problem on windows for a couple weeks, but bevy 0.14.1 made it go away. Not sure exactly what the issue was, but after a "cargo update"...