Skip to content

Commit b9715f1

Browse files
committed
Enable us to set :type(...) on any PAST node, not just PAST::Var.
1 parent a6899ad commit b9715f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PAST/SixModelPASTExtensions.pir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file contains extensions to PAST for integration with 6model.
22

3-
.namespace [ 'PAST';'Var' ]
3+
.namespace [ 'PAST';'Node' ]
44

55
=item type([value])
66

0 commit comments

Comments
 (0)