Ready to implement quasiquotation interface

This commit is contained in:
Rashad Gover 2022-07-27 02:19:17 +00:00
parent acbda52b9e
commit 85c6cad4bb
2 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,7 @@ library
exposed-modules:
Okapi
Okapi.Event
Okapi.FastParser
Okapi.Parser
Okapi.QuasiQuotes
Okapi.Response

View File

@ -139,8 +139,11 @@ genRoute = undefined
-- Can use any part of the routing syntax to create a parser, but no URL is created just a parser.
genParser :: Q Exp
genParser = undefined
-- Generate entire top level parser. Basically multiple routes
genApp :: Q [Dec]
genApp = undefined
genOptimalApp :: Q [Dec]
genOptimalApp = undefined