instaparse

If you're not trampolining your parser, why bother getting up in the morning?
2019-12-03T18:33:16.028300Z

How do I read this?

2019-12-03T18:33:55.028800Z

aengelberg 2019-12-03T18:40:22.030200Z

I think the instaparse equivalent of this would be:

remainder_sort_names := '' | ',' sort_name remainder_sorts

2019-12-03T18:40:46.030400Z

Oh! Duh! Epsilon!

aengelberg 2019-12-03T18:40:50.030600Z

although instaparse also supports ε as an alias for ''

2019-12-03T18:41:20.030800Z

Noob fail. Thanks a bunch!

👍 1