]> Git — Sourcephile - comptalang.git/commit
Draft REPL.
authorJulien Moutinho <julm+hcompta@autogeree.net>
Sat, 19 Aug 2017 15:34:21 +0000 (17:34 +0200)
committerJulien Moutinho <julm+hcompta@autogeree.net>
Sat, 19 Aug 2017 15:34:21 +0000 (17:34 +0200)
commit8591110f1e784fe937f5065bec10f2d365b7a691
treedcb7dc276576cfe84255dc2dc58f62a96f984447
parentc1950a0aaed769d698f7537ae66ecdca609829f8
Draft REPL.
40 files changed:
.gitignore
lcc/Hcompta/LCC/Amount.hs
lcc/Hcompta/LCC/Balance.hs
lcc/Hcompta/LCC/Chart.hs
lcc/Hcompta/LCC/Compta.hs
lcc/Hcompta/LCC/Eval.hs [deleted file]
lcc/Hcompta/LCC/Journal.hs
lcc/Hcompta/LCC/Lib/Parsec.hs [deleted file]
lcc/Hcompta/LCC/Load.hs [deleted file]
lcc/Hcompta/LCC/Posting.hs
lcc/Hcompta/LCC/Read.hs
lcc/Hcompta/LCC/Read/Compta.hs
lcc/Hcompta/LCC/Read/Megaparsec.hs
lcc/Hcompta/LCC/Source.hs
lcc/Hcompta/LCC/Sym.hs
lcc/Hcompta/LCC/Sym/Account.hs
lcc/Hcompta/LCC/Sym/Amount.hs
lcc/Hcompta/LCC/Sym/Balance.hs
lcc/Hcompta/LCC/Sym/Chart.hs
lcc/Hcompta/LCC/Sym/Compta.hs [deleted file]
lcc/Hcompta/LCC/Sym/Date.hs
lcc/Hcompta/LCC/Sym/FileSystem.hs
lcc/Hcompta/LCC/Sym/IO.hs
lcc/Hcompta/LCC/Sym/Journal.hs
lcc/Hcompta/LCC/Sym/LCC.hs [new file with mode: 0644]
lcc/Hcompta/LCC/Sym/Posting.hs
lcc/Hcompta/LCC/Sym/Quantity.hs
lcc/Hcompta/LCC/Sym/Sumable.hs
lcc/Hcompta/LCC/Sym/Transaction.hs
lcc/Hcompta/LCC/Sym/Unit.hs
lcc/Hcompta/LCC/Sym/Writeable.hs [new file with mode: 0644]
lcc/Hcompta/LCC/Sym/Zipper.hs
lcc/Hcompta/LCC/Transaction.hs
lcc/Hcompta/LCC/Write.hs
lcc/Hcompta/LCC/Write/Compta.hs
lcc/Hcompta/LCC/Write/Table.hs [new file with mode: 0644]
lcc/exe/eval/Main.hs [new file with mode: 0644]
lcc/exe/load/Main.hs [new file with mode: 0644]
lcc/hcompta-lcc.cabal
lcc/stack.yaml