diff --git a/lvtc/src/Builtins.hs b/lvtc/src/Builtins.hs index 3508b42..387c7fc 100644 --- a/lvtc/src/Builtins.hs +++ b/lvtc/src/Builtins.hs @@ -2,7 +2,7 @@ -- EPITECH PROJECT, 2023 -- Leviator compiler -- File description: --- WatLike +-- Builtins -} module Builtins diff --git a/lvtc/test/UTParseLvt.hs b/lvtc/test/UTParseLvt.hs index d419fe2..302fb0c 100644 --- a/lvtc/test/UTParseLvt.hs +++ b/lvtc/test/UTParseLvt.hs @@ -1,3 +1,10 @@ +{- +-- EPITECH PROJECT, 2023 +-- Leviator compiler +-- File description: +-- UTParseLvt +-} + module UTParseLvt ( utParserLvt ) where diff --git a/lvtc/test/UTShuntingYard.hs b/lvtc/test/UTShuntingYard.hs index 1a82f1a..d8c15c3 100644 --- a/lvtc/test/UTShuntingYard.hs +++ b/lvtc/test/UTShuntingYard.hs @@ -1,3 +1,10 @@ +{- +-- EPITECH PROJECT, 2023 +-- Leviator compiler +-- File description: +-- UTShuntingYard +-} + module UTShuntingYard ( utShuntingYard ) where diff --git a/lvtc/test/UTWatLike.hs b/lvtc/test/UTWatLike.hs index aed5f57..f0085d2 100644 --- a/lvtc/test/UTWatLike.hs +++ b/lvtc/test/UTWatLike.hs @@ -1,3 +1,10 @@ +{- +-- EPITECH PROJECT, 2023 +-- Leviator compiler +-- File description: +-- UTWatLike +-} + module UTWatLike ( utWatLike ) where