amnh / PCG

𝙋𝙝𝙮𝙡𝙤𝙜𝙚𝙣𝙚𝙩𝙞𝙘 𝘾𝙤𝙢𝙥𝙤𝙣𝙚𝙣𝙩 𝙂𝙧𝙖𝙥𝙝 ⸺ Haskell program and libraries for general phylogenetic graph search
28 stars 1 forks source link

Investigate why trailing whitespace is causing a parse error. #51

Closed recursion-ninja closed 7 years ago

recursion-ninja commented 7 years ago

The OUTPUT command parser is not permitting trailing whitespace in some contexts.

Here is one example:

output(dot,(overwrite,"file.dot"    ))
--------------------------------^^^^

Needs to be investigated.

recursion-ninja commented 7 years ago

Simple backtracking issue in the syntactic parser's delimiter definition. Fixed by commit d06c488.