diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-08-02 21:02:44 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-08-02 21:05:55 +0200 |
commit | c3efce4ff72f6284b1036df27edddbe0eae8026b (patch) | |
tree | a29a3baa04df2331568653e4470c9d816e11f229 /src/Parser/Expr.hs | |
parent | 542e518ddd09ad9e4b44f17185d97b9f5ee943f1 (diff) |
Module name declaration
Changelog: Accept module name declaration
Diffstat (limited to 'src/Parser/Expr.hs')
-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, |