public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* BNF presentation of Pandoc AST, anybody?
@ 2021-04-25 18:19 'John Rose' via pandoc-discuss
       [not found] ` <3F6BC311-C472-4F2E-8092-4FB10D50A279-ee4meeAH724@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: 'John Rose' via pandoc-discuss @ 2021-04-25 18:19 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Does anybody have a BNF-style grammar that presents
the AST structure of Text.Pandoc.Definition.Pandoc?

Something generally like:

Pandoc = Meta (Block)*
Meta = (Text  → MetaValue)*
MetaValue = MetaMap | MetaList | MetaBool | MetaString | MetaInlines |MetaBlocks
MetaMap = (Text  → MetaValue)*
MetaList = (MetaValue)*
MetaBool = Bool
MetaString = Text
MetaInlines = (Inline)*
MetaBlocks = (Block)*
Block = …

and so on.  Each producti0n is a data constructor application.
Basic stuff like Map and List would get their own BNF-style
syntax.

Or maybe a railway graph?  I started to make a cheat-sheet,
but surely such a thing has already been done.

TIA,
— John

P.S. Also, someone has surely written an interpreter,
maybe a framework, that starts something like this:

```{.lua-exec #thatOne}
return 42
```
neutral content
```{.lua-exec #thisOne}
print(thatOne)
```

Any hints on where such a thing might be?

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/3F6BC311-C472-4F2E-8092-4FB10D50A279%40mac.com.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: BNF presentation of Pandoc AST, anybody?
       [not found] ` <3F6BC311-C472-4F2E-8092-4FB10D50A279-ee4meeAH724@public.gmane.org>
@ 2021-04-30  7:23   ` mb21
  0 siblings, 0 replies; 2+ messages in thread
From: mb21 @ 2021-04-30  7:23 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 1730 bytes --]

Text.Pandoc.Definition.Pandoc is written in Haskell syntax, so arguably 
that's already BNF-like..? Which appraoch/tool to use really depends on 
what you want to do with the tree after that..

On Sunday, April 25, 2021 at 8:19:59 PM UTC+2 ros...-ee4meeAH724@public.gmane.org wrote:

> Does anybody have a BNF-style grammar that presents
> the AST structure of Text.Pandoc.Definition.Pandoc?
>
> Something generally like:
>
> Pandoc = Meta (Block)*
> Meta = (Text → MetaValue)*
> MetaValue = MetaMap | MetaList | MetaBool | MetaString | MetaInlines 
> |MetaBlocks
> MetaMap = (Text → MetaValue)*
> MetaList = (MetaValue)*
> MetaBool = Bool
> MetaString = Text
> MetaInlines = (Inline)*
> MetaBlocks = (Block)*
> Block = …
>
> and so on. Each producti0n is a data constructor application.
> Basic stuff like Map and List would get their own BNF-style
> syntax.
>
> Or maybe a railway graph? I started to make a cheat-sheet,
> but surely such a thing has already been done.
>
> TIA,
> — John
>
> P.S. Also, someone has surely written an interpreter,
> maybe a framework, that starts something like this:
>
> ```{.lua-exec #thatOne}
> return 42
> ```
> neutral content
> ```{.lua-exec #thisOne}
> print(thatOne)
> ```
>
> Any hints on where such a thing might be?

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/d7407dfb-c6ee-42b7-a4cd-b1500b228962n%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 2298 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-30  7:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-25 18:19 BNF presentation of Pandoc AST, anybody? 'John Rose' via pandoc-discuss
     [not found] ` <3F6BC311-C472-4F2E-8092-4FB10D50A279-ee4meeAH724@public.gmane.org>
2021-04-30  7:23   ` mb21

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).