Commit graph

5 commits

Author SHA1 Message Date
Jos van den Oever
6a68ed3140 Reorganize the grammar
- Use START_AMOUNT instead of "{" so it is parsed before TEXT
- Allow only one plan and make the structure hierarchical
- Add a header with version number
- Put the amount at the start of the line to simplify parsing and
  make it easier to align amounts
2024-08-29 17:47:12 +02:00
Jos van den Oever
5298c9e97a Make the line non-terminal an actual line
by removing \n and \r from the WS terminal.
2024-08-28 17:27:59 +02:00
Yarmo Mackenbach
8f0a2c1e06
feat: allow more symbols 2024-08-26 14:04:29 +02:00
Yarmo Mackenbach
d924d61d56
feat: improve 2024-08-13 12:17:09 +02:00
Yarmo Mackenbach
dad77f64ec
init 2024-08-12 10:47:19 +02:00