Playground highlights and shows info/errors from build

This commit is contained in:
2024-11-05 13:44:16 -08:00
parent f92d287909
commit 182876d16b
15 changed files with 305 additions and 145 deletions

View File

@@ -140,6 +140,7 @@ main' = do
Just name => writeSource name
-- traverse_ processFile (filter (".newt" `isSuffixOf`) files) out
%export "javascript:newtMain"
main : IO ()
main = do
-- we'll need to reset for each file, etc.