mbutterick/pollen

Pollen grammar

Closed this issue · 7 comments

Thanks for making Pollen, it's really nice. I would like to port the syntax to Julia. Where can I find the grammar of Pollen?

Is the only difference to Scribble replacing @ with ◊?

Syntactically, yes.

Thanks, I'm planning on implementing the parser with tree-sitter. This would give bindings to other languages and better editor support for pollen as well.

Closing because no action is required in the pollen code. For other Pollen-adjacent questions, please visit pollen-users.

Thanks for making Pollen, it's really nice. I would like to port the syntax to Julia. Where can I find the grammar of Pollen?

@kskyten any progress on this? I was thinking about how to best use Pollen for writing a book about Julia - or in general use multiple programming languages in Pollen. At the moment I use the Org mode programming language support. @mbutterick are there some docs that I missed and what are your thoughts on this?

Questions about pollen can be opened on pollen-users(https://github.com/mbutterick/pollen-users/). Questions about Julia should be opened elsewhere.