You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicit definitions of accounts are not lexed or parsed. How hard would this be to implement? could you point me in the right direction? Maybe I can find some time to do it and file a pull request. (No promises though, exams are looming :)
A snippet from my test ledger file (fantasy values, obviously):
Explicit definitions of accounts are not lexed or parsed. How hard
would this be to implement? could you point me in the right direction?
Maybe I can find some time to do it and file a pull request. (No
promises though, exams are looming :)
A snippet from my test ledger file (fantasy values, obviously):
This should be trivial to add to the lexer, actually. If you look into
the lexer Python file, it should be a case to be added, following the
examples in the file. You can also check in this file example you sent,
and then wire it into the tests, so that you can run "nosetests -v"
against the repository with your changes, and it will tell you whether
your lexing case worked or not.
A formal lexer grammar that generated lexing code would be even better.
Happy to take pull requests!
You also have a Mieterkautionssparkonto! Cool!
Explicit definitions of accounts are not lexed or parsed. How hard would this be to implement? could you point me in the right direction? Maybe I can find some time to do it and file a pull request. (No promises though, exams are looming :)
A snippet from my test ledger file (fantasy values, obviously):
The text was updated successfully, but these errors were encountered: