-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
The following code fails to parse with VHDLParser block-stream context.vhd
library test_lib;
context test_lib.test_context;
With the output
================================================================================
pyVHDLParser - Test Application
================================================================================
[StartOfDocumentBlock]
[Library.StartBlock 'library ' at (line: 1, col: 1) .. (line: 1, col: 8)]
[Library.LibraryNameBlock 'test_lib' at (line: 1, col: 9) .. (line: 1, col: 17)]
[Library.EndBlock ';' at (line: 1, col: 17) .. (line: 1, col: 17)]
[LinebreakBlock at (line: 1, col: 18) .. (line: 1, col: 18)]
ERROR: Expected whitespace after context name (identifier).
From the context.py code it looks like only context declaration is implemented.
Metadata
Metadata
Assignees
Labels
No labels