Basic project structure

This commit is contained in:
Nathan McCarty 2025-02-18 07:32:30 -05:00
parent e8b6224891
commit 544a526f54
4 changed files with 7 additions and 2 deletions

View file

@ -13,10 +13,12 @@ authors = "Nathan McCarty"
-- langversion
-- packages to add to search path
-- depends =
depends = eff
-- modules to install
-- modules =
modules = SSG.Parser.Core
, SSG.Parser.Markdown
, SSG.HTML
-- main file (i.e. file to load at REPL)
main = Main

1
src/SSG/HTML.idr Normal file
View file

@ -0,0 +1 @@
module SSG.HTML

1
src/SSG/Parser/Core.idr Normal file
View file

@ -0,0 +1 @@
module SSG.Parser.Core

View file

@ -0,0 +1 @@
module SSG.Parser.Markdown