Short: Create an Extended Trial Balance Author: alt.mcarter@gmail.com (Mark Carter) Uploader: alt mcarter gmail com (Mark Carter) Type: biz/misc Version: 3 Architecture: generic This distribution prepares an extended trial balancefrom a list of account names and transactions.It does not create a set of accounts. Sundry notes: - this software is pretty rubbish - you need a C++ compiler. G++ 4.6.4 or higher should be fine. - historical (hysterical?) versions are stored in folders v1 and v2. - this program is released into the Public Domain. - command-line only. QUICKSTART ========== + Build it: make + Install it: make install + Run it: etb < etb.dat DATA FILE FORMAT ================ In EBNF notation, input data is of the form: ::= {} "%n" {} ::= "n" "nn" := "n" "n" "nn" ::= ["+"|"-"] + ::= "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" and is any non-empty sequence of chars. {} indicates that the expression may be repeated 0 or more times. See the file `etb.dat' for an example. AMOUNT represents cents (or pennies, if you like). CODE is an account code, which is case-dependent. OUTPUT ====== The output from running `etb