Results 50 issues of Jakob Schöttl

In #7, we came to the conclusion that it's good to parse semantic blocks (instead of only line-based parsing), but only if it's possible and clean in EBNF/instaparse. Here is...

documentation
enhancement
help wanted

After changes and before pushing to GitHub, we usually want to: - [X] check if the cljs build still works (`lein cljsbuild once main`) - [X] check if the jar...

Currently, `#+any_keyword: foo bar` is not parsed because only special affiliated keywords are allowed. Allow any keywords and especially macro definitions.

Hi @branch14 @munen , According to the [worg spec](https://orgmode.org/worg/dev/org-syntax.html#Headlines_and_Sections), the (transformed) parse tree should look like this: ``` (document (section) (headline (section) (headline) (headline (headline)))) ``` As for as I...

documentation
question

Problems with the ungreatful and recursive nature of emphasis markup `[/*_+]` are documented in #9, specifically - https://github.com/200ok-ch/org-parser/pull/9#issuecomment-620427370 - https://github.com/200ok-ch/org-parser/pull/9#issuecomment-621258306 A summary in German: Ein Syntaxelement in Orgmode ist ähnlich...

documentation

Can a clojure developer help me with a few things? ## 1 How do you compare lein test output? ``` FAIL in (timestamp) (parser_test.cljc:261) date timestamp with day and time...

documentation
question

When I open a csv file (comma- or semicolon-separated, UTF-8 or ASCII), I only get the error "error in reading input file". No useful debug messages are printed on the...

Closes #21 ## CLI proposal ``` Print test file: --print[=FORMAT] Print test files in specified format (default: v3). [deferred:] --actual[=MODE] Combined with --print, print test files with actual results (stdout,...

@simonmichael does anything speak against hspec as alternative test framework? ### Downsides: - three more dependencies (hspec, hspec-core, hspec-contrib) - a bit more complex argument handling or a different way...

Hi, I think it would be great to have an option `--print-test-file-with-output` which would print the test file together with the actual output, e.g.: Running: ```sh cat bar $ false...

wish