TRS-80 <[email protected]> writes: > Hi friends, > > Over the past years, I have implemented some hacky bits and pieces of > a txn parser and a writer in Emacs Lisp, and I was thinking about > pulling them together into something coherent and proper and maybe > even publishing it at some point.
Hello again, After a few days (on and off) of intensive study and hacking, I am very pleased to announce I have completed the parser and writer. I even wrote some tests for the parser (just need to write some for the writer now). I would just like to add a few more finishing touches before I publish, which should happen soon. I did have a couple questions though: 1. I understand the Language Syntax[0] to be saying that /either/ one or the other of 'txn' directive or 'a flag' is /required/. Is my understanding correct? 2. Further, and strictly speaking, it appears to me that those are the only real required things to constitute 'a transaction'. Is that correct? I am very excited to share this soon. I want to see if anyone can break it. :) And I myself have a lot more things I want to build (for my own usage) on top of it. [0] https://beancount.github.io/docs/beancount_language_syntax.html#transactions -- Cheers, TRS-80 -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/87bk2d4q07.fsf%40isnotmyreal.name.
