]> Git — Sourcephile - comptalang.git/commit
Rewrite hcompta-lcc to use symantic-grammar.
authorJulien Moutinho <julm+hcompta@autogeree.net>
Tue, 7 Mar 2017 10:26:32 +0000 (11:26 +0100)
committerJulien Moutinho <julm+hcompta@autogeree.net>
Wed, 5 Apr 2017 16:07:53 +0000 (18:07 +0200)
commitaa2fee36e5ac0ea0403fab7ad133bc64dbcf70b6
tree7e9a7f7d28f14fdfd70ebacdd39f58d329be6680
parent0f6fb37dc0489d7a2f76a1f175dd2379795760dd
Rewrite hcompta-lcc to use symantic-grammar.
41 files changed:
lcc/.ghci [new file with mode: 0644]
lcc/Hcompta/LCC.hs
lcc/Hcompta/LCC/Account.hs
lcc/Hcompta/LCC/Amount.hs
lcc/Hcompta/LCC/Anchor.hs [deleted file]
lcc/Hcompta/LCC/Chart.hs
lcc/Hcompta/LCC/Chart/00.chart [new file with mode: 0644]
lcc/Hcompta/LCC/Chart/Test.hs
lcc/Hcompta/LCC/Chart/chart.00.lcc
lcc/Hcompta/LCC/Chart/chart.01.lcc
lcc/Hcompta/LCC/Journal.hs
lcc/Hcompta/LCC/Lib/FilePath.hs
lcc/Hcompta/LCC/Lib/Parsec.hs
lcc/Hcompta/LCC/Lib/Strict.hs [new file with mode: 0644]
lcc/Hcompta/LCC/Name.hs
lcc/Hcompta/LCC/Posting.hs
lcc/Hcompta/LCC/Read.hs
lcc/Hcompta/LCC/Read/Test.hs
lcc/Hcompta/LCC/Sym.hs [new file with mode: 0644]
lcc/Hcompta/LCC/Sym/Account.hs [new file with mode: 0644]
lcc/Hcompta/LCC/Sym/Addable.hs [new file with mode: 0644]
lcc/Hcompta/LCC/Sym/Amount.hs [new file with mode: 0644]
lcc/Hcompta/LCC/Sym/Date.hs [new file with mode: 0644]
lcc/Hcompta/LCC/Sym/FileSystem.hs [new file with mode: 0644]
lcc/Hcompta/LCC/Sym/HLint.hs [new symlink]
lcc/Hcompta/LCC/Sym/Journal.hs [new file with mode: 0644]
lcc/Hcompta/LCC/Sym/Negable.hs [new file with mode: 0644]
lcc/Hcompta/LCC/Sym/Posting.hs [new file with mode: 0644]
lcc/Hcompta/LCC/Sym/Quantity.hs [new file with mode: 0644]
lcc/Hcompta/LCC/Sym/Subable.hs [new file with mode: 0644]
lcc/Hcompta/LCC/Sym/Transaction.hs [new file with mode: 0644]
lcc/Hcompta/LCC/Sym/Unit.hs [new file with mode: 0644]
lcc/Hcompta/LCC/Sym/Zipper.hs [new file with mode: 0644]
lcc/Hcompta/LCC/Tag.hs
lcc/Hcompta/LCC/Test.hs
lcc/Hcompta/LCC/Transaction.hs
lcc/Hcompta/LCC/Write.hs
lcc/Hcompta/LCC/Write/Test.hs
lcc/TODO.tct [new file with mode: 0644]
lcc/hcompta-lcc.cabal
lcc/stack.yaml [new file with mode: 0644]