pub fn parse_file(path: impl AsRef<Path>) -> Result<Value, String>
解析 SML 文件,并展开其中的 include 指令。
相对路径以该文件所在目录为基准。