Pollen grammar
#209
Closed
opened 5 years ago by kskyten
·
7 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
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?
See
https://docs.racket-lang.org/scribble/reader.html?q=scribble
The Scribble paper is also worth a read:
https://www.cs.utah.edu/plt/publications/icfp09-fbf.pdf
/Jens Axel
Den lør. 7. sep. 2019 kl. 13.17 skrev Kusti Skytén <notifications@github.com
--
Jens Axel Søgaard
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 visitpollen-users
.@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 onpollen-users
(https://github.com/mbutterick/pollen-users/). Questions about Julia should be opened elsewhere.