diff options
Diffstat (limited to 'src/Parser')
-rw-r--r-- | src/Parser/Expr.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Parser/Expr.hs b/src/Parser/Expr.hs index 894856e..fee5c25 100644 --- a/src/Parser/Expr.hs +++ b/src/Parser/Expr.hs @@ -1,4 +1,6 @@ module Parser.Expr ( + identifier, + varName, newVarName, addVarName, |