Allow parsing arbitrary coproc names (fixes #3048)

This commit is contained in:
Vidar Holen
2024-09-07 17:14:52 -07:00
parent ca65071d77
commit 79e43c4550
4 changed files with 46 additions and 13 deletions

View File

@@ -138,7 +138,7 @@ data InnerToken t =
| Inner_T_WhileExpression [t] [t]
| Inner_T_Annotation [Annotation] t
| Inner_T_Pipe String
| Inner_T_CoProc (Maybe String) t
| Inner_T_CoProc (Maybe Token) t
| Inner_T_CoProcBody t
| Inner_T_Include t
| Inner_T_SourceCommand t t