Kaiochao
Kaiochao
`#include` in a .dm file gives ``` unexpected token Punct(Less), expecting Token::String(path) path separated by '.', should be '/' got '>', expected one of: '/', '[', contents, newline, identifier ```
Currently, we get "duplicate definition" errors from the parser when a file gets included multiple times, indicating that the file is actually being parsed at every `#include` of it, which...
https://github.com/SpaceManiac/SpacemanDMM/blob/e979b2e69af0173f1e13d52926ab3dece84f8e1d/crates/dreammaker/src/builtins.rs#L403