diff options
author | Rutger Broekhoff | 2025-03-18 15:29:27 +0100 |
---|---|---|
committer | Rutger Broekhoff | 2025-03-18 15:31:11 +0100 |
commit | 86c8896ee69b068368b4ef9a4c3923285907c328 (patch) | |
tree | dc6e4f58a511c58e2910e9f7ea900165da7d47c6 /app/Format.hs | |
download | rdcapsis-86c8896ee69b068368b4ef9a4c3923285907c328.tar.gz rdcapsis-86c8896ee69b068368b4ef9a4c3923285907c328.zip |
Parsing ING statements (POC)
Diffstat (limited to 'app/Format.hs')
-rw-r--r-- | app/Format.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Format.hs b/app/Format.hs new file mode 100644 index 0000000..a779d95 --- /dev/null +++ b/app/Format.hs | |||
@@ -0,0 +1,3 @@ | |||
1 | module Format where | ||
2 | |||
3 | import Text.Parsec | ||