finally setup an LSP - fixed all warnings
This commit is contained in:
@@ -9,6 +9,6 @@ main :: IO ()
|
||||
main = do
|
||||
contents <- getContents
|
||||
withFile "out.asm" WriteMode (\f -> compileZorth f $ parseZorth contents)
|
||||
readProcess "nasm" ["-f", "elf64", "out.asm", "-o", "out.o"] ""
|
||||
readProcess "ld" ["out.o", "-o", "a.out"] ""
|
||||
return ()
|
||||
_ <- readProcess "nasm" ["-f", "elf64", "out.asm", "-o", "out.o"] ""
|
||||
_ <- readProcess "ld" ["out.o", "-o", "a.out"] ""
|
||||
return ()
|
||||
|
||||
Reference in New Issue
Block a user