1
Fork 0

example of a custom dialect which allows date('xxx') syntax by removing 'date' from the list of keywords

This commit is contained in:
Jake Wheat 2019-08-31 13:50:12 +01:00
commit 1a1913e7b8
4 changed files with 18 additions and 3 deletions

View file

@ -90,7 +90,8 @@ Test-Suite Tests
Language.SQL.SimpleSQL.Tests,
Language.SQL.SimpleSQL.Tpch,
Language.SQL.SimpleSQL.ScalarExprs,
Language.SQL.SimpleSQL.LexerTests
Language.SQL.SimpleSQL.LexerTests,
Language.SQL.SimpleSQL.CustomDialect
other-extensions: TupleSections,DeriveDataTypeable
default-language: Haskell2010