You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I think Fountain is a really interesting project! As an exercise to learn about Parsing Expression Grammar, I've been trying to write up a formal PEG specification for the Fountain format.
This is very much still a work in progress, but I have a PEST grammar for Fountain defined here that I believe satisfies all the test cases in this repo.
I realize this is kind of presumptuous, but how would you feel about adopting/collaborating on an "official" PEG specification for the Fountain format? I think having one formal definition as an implementation-agnostic specification would be cleaner than a series of regular expressions in Objective C code.
The text was updated successfully, but these errors were encountered:
Hello, I think Fountain is a really interesting project! As an exercise to learn about Parsing Expression Grammar, I've been trying to write up a formal PEG specification for the Fountain format.
This is very much still a work in progress, but I have a PEST grammar for Fountain defined here that I believe satisfies all the test cases in this repo.
I realize this is kind of presumptuous, but how would you feel about adopting/collaborating on an "official" PEG specification for the Fountain format? I think having one formal definition as an implementation-agnostic specification would be cleaner than a series of regular expressions in Objective C code.
The text was updated successfully, but these errors were encountered: