aboutsummaryrefslogtreecommitdiff
path: root/snug-clean/src/Snug/Syntax.dcl
diff options
context:
space:
mode:
authorCamil Staps2023-06-18 21:33:53 +0200
committerCamil Staps2023-06-18 21:33:53 +0200
commite06fcb91abf5ec8403ccf03ba09a6e5ec7d11b8b (patch)
tree3361d05765f10c8601f5f9137631f251b2563188 /snug-clean/src/Snug/Syntax.dcl
parentRemove outdated makefile (diff)
Add automated tests
Diffstat (limited to 'snug-clean/src/Snug/Syntax.dcl')
-rw-r--r--snug-clean/src/Snug/Syntax.dcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/snug-clean/src/Snug/Syntax.dcl b/snug-clean/src/Snug/Syntax.dcl
index d030df6..865d5f7 100644
--- a/snug-clean/src/Snug/Syntax.dcl
+++ b/snug-clean/src/Snug/Syntax.dcl
@@ -37,3 +37,4 @@ definition module Snug.Syntax
= DataDef !TypeIdent ![TypeVarIdent] ![ConstructorDef]
| TypeDef !TypeIdent !Type
| FunDef !SymbolIdent ![(SymbolIdent, Type)] !Type !Expression
+ | TestDef !String !Type !Expression !String