Skip to content

Commit 5153d1b

Browse files
committed
chore: remove glados binary and update imports in Compiler and TopineurParserExpressions
- Deleted the glados binary file as it is no longer needed. - Updated Compiler.hs to import Data.Vector for future enhancements. - Removed unused import of option in TopineurParserExpressions.hs to clean up the code.
1 parent 8194029 commit 5153d1b

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

glados

-26.2 MB
Binary file not shown.

src/Compiler.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import TopineurParser
2828
import TopineurToAst
2929
import qualified Data.Map as Map
3030
import Data.Map (Map)
31+
import qualified Data.Vector as Vector
3132
import Data.Maybe (mapMaybe)
3233
import Control.Monad (when)
3334
import Control.Monad.Except (ExceptT, runExceptT, throwError)

src/topineur/parser/TopineurParserExpressions.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import Text.Parsec
2525
, try
2626
, choice
2727
, string
28-
, option
2928
, between
3029
, sepBy
3130
, optionMaybe

0 commit comments

Comments
 (0)