diff --git a/LobsterLang/src/Compiler.hs b/LobsterLang/src/Compiler.hs index 510cd71..b980bbc 100644 --- a/LobsterLang/src/Compiler.hs +++ b/LobsterLang/src/Compiler.hs @@ -594,4 +594,4 @@ compile ast filepath showInst = if showInst else writeCompiledInstructionsToFile filepath compiledInstructions where instructions = concatMap astToInstructions ast ++ [Ret] - compiledInstructions = _putInt32 (fromEnum MagicNumber) >> _fputList _compileInstruction instructions \ No newline at end of file + compiledInstructions = _putInt32 (fromEnum MagicNumber) >> _fputList _compileInstruction instructions