File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
YukimiScript.CommandLineTool Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ let loadLibs errStringing libPaths =
111111let loadSrc errStringing ( lib : Dom.Dom ) srcPath =
112112 Dom.merge lib ( loadDom errStringing srcPath)
113113 |> Dom.expandTextCommands
114- |> Dom.expandUserMacros lib
114+ |> Dom.expandUserMacros
115115 |> unwrapDomException errStringing
116116
117117
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ let testParseScript (x: string) =
3737 parsed)
3838 |> YukimiScript.Parser.Dom.analyze " Test.ykm"
3939 |> Result.map YukimiScript.Parser.Dom.expandTextCommands
40- |> Result.bind ( YukimiScript.Parser.Dom.expandUserMacros YukimiScript.Parser.Dom.empty )
40+ |> Result.bind YukimiScript.Parser.Dom.expandUserMacros
4141 |> Result.map YukimiScript.Parser.Dom.expandSystemMacros
4242 |> Result.bind YukimiScript.Parser.Dom.linkToExternCommands
4343 |> printfn " %A "
You can’t perform that action at this time.
0 commit comments