Skip to content

Commit

Permalink
update cntlines.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Jun 20, 2023
1 parent afbee7f commit d7bd0ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cntlines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ BACK=$((BACKENDC + GEB + VAMPIR + REG + ASM + CORE))
OTHER=$((APP + HTML + EXTRA + DATA + PRELUDE))
TESTS=$(count test/)

TOTAL=$((FRONT+BACK+OTHER+TESTS))

echo "Front end: $FRONT LOC"
echo " Concrete: $CONCRETE LOC"
echo " Abstract: $ABSTRACT LOC"
Expand All @@ -51,3 +53,5 @@ echo " Extra: $EXTRA LOC"
echo " Data: $DATA LOC"
echo " Prelude: $PRELUDE LOC"
echo "Tests: $TESTS LOC"
echo ""
echo "Total: $TOTAL Haskell LOC + $RUNTIME C LOC"

0 comments on commit d7bd0ea

Please sign in to comment.