We now parse account directives, like Ledger's. We don't do anything with them yet. The default parent account feature must now be spelled "apply account"/"end apply account".
		
			
				
	
	
		
			19 lines
		
	
	
		
			213 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			213 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # . apply account, end apply account
 | |
| hledger -f - accounts
 | |
| <<<
 | |
| apply account a
 | |
| 2016/1/1
 | |
|     (b)  1
 | |
| end apply account
 | |
| apply account aa
 | |
| 2016/1/1
 | |
|     (b)  1
 | |
| end apply account
 | |
| 2016/1/2
 | |
|     (c)  1
 | |
| >>>
 | |
| a:b
 | |
| aa:b
 | |
| c
 | |
| >>>=0
 |