tnozaki / cuelib

Automatically exported from code.google.com/p/cuelib
1 stars 2 forks source link

Should CueParser use a formal grammar? #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
CueParser uses a custom parser. While flexible, this is error-prone and
hard to maintain. Perhaps it would be better to use a parser based on a
formal grammar.

This is an open issue. The solution was undecided at the moment this issue
was registered.

Original issue reported on code.google.com by monsterm...@gmail.com on 11 May 2008 at 8:12

GoogleCodeExporter commented 8 years ago
An argument against using a formal grammar is that, by necessity, it would have 
to be
relatively general due to the forgiving nature of the cuelib parser. This 
behaviour
is not something that we want to change, as cue sheets "in the wild" often don't
conform strictly to the standard.

Original comment by monsterm...@gmail.com on 11 May 2008 at 8:18