[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Empty headline titles unsupported: Bug?
From: |
Ihor Radchenko |
Subject: |
Re: Empty headline titles unsupported: Bug? |
Date: |
Sat, 29 May 2021 16:04:29 +0800 |
Tom Gillespie <tgbugs@gmail.com> writes:
> Hi David,
> Laundry produces a full s-expression representation of the org
> parse tree (though it is still evolving). I haven't added a pass that
> converts it to some Racket internal representation (probably will be
> structs). If you get it installed and put #lang org at the top of an
> org file you can use racket-mode to parse arbitrary org files, though
> you may hit an error and will definitely encounter an
> incomplete/incorrect parse since it is still a work in progress. Best,
> Tom
Hi, I looked through your code. I saw some hand-written tests on
grammar. Would you be interested in converting those tests into tests in
test-org-element test suite? If the same tests are used for org-element
itself and for your parser, we can easily make sure that incorrect
parsing is avoided. Or you can even reuse the built-in tests for testing
your code (say, by remapping org-element-at-point calls in the tests
to analogous function from your parser).
Best,
Ihor
- Re: Empty headline titles unsupported: Bug?, (continued)
- Re: Empty headline titles unsupported: Bug?, Ihor Radchenko, 2021/05/26
- Re: Empty headline titles unsupported: Bug?, David Masterson, 2021/05/26
- Re: Empty headline titles unsupported: Bug?, Ihor Radchenko, 2021/05/26
- Re: Empty headline titles unsupported: Bug?, David Masterson, 2021/05/27
- Re: Empty headline titles unsupported: Bug?, Tom Gillespie, 2021/05/28
- Re: Empty headline titles unsupported: Bug?, David Masterson, 2021/05/29
- Re: Empty headline titles unsupported: Bug?, Tom Gillespie, 2021/05/29
- Re: Empty headline titles unsupported: Bug?,
Ihor Radchenko <=
- Re: Empty headline titles unsupported: Bug?, Tom Gillespie, 2021/05/29
- Re: Empty headline titles unsupported: Bug?, Ihor Radchenko, 2021/05/30
- Re: Empty headline titles unsupported: Bug?, Ihor Radchenko, 2021/05/29
- Re: Empty headline titles unsupported: Bug?, David Masterson, 2021/05/29