If I'm given a list of grammar rules like: (http://www.math.pitt.edu/~bard/bardwar

if I’m given a list of grammar rules like: full list

<name>'=<formula>
...
<name>(t)=<formula>
volt  <name>=<formula>
...
<name>(t+1)=<formula>
...
<name>=<formula>
...

what is the “right” way to parse files that follow these rules in julia? does it amount to me just writing regex or is there an easier way?
i’m not super experienced in parsing so help appreciated

Note that the original poster on Slack cannot see your response here on Discourse. Consider transcribing the appropriate answer back to Slack, or pinging the poster here on Discourse so they can follow this thread.
(Original message :slack:) (More Info)

Sounds like you want to use a parsing/grammar package, like one of:

4 Likes