Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
90173448
Commit
90173448
authored
Jun 22, 2018
by
John van Groningen
Browse files
don't print pointer value when printing AttributeVar (use only for debugging)
parent
5b8ffadd
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/syntax.icl
View file @
90173448
...
...
@@ -99,8 +99,8 @@ where
instance
<<<
AttributeVar
where
(<<<)
file
{
av_ident
,
av_info_ptr
}
=
file
<<<
av_ident
<<<
"["
<<<
av_info_ptr
<<<
"]"
//
(<<<) file {av_ident,av_info_ptr} = file <<< av_ident
//
(<<<) file {av_ident,av_info_ptr} = file <<< av_ident <<< "[" <<< av_info_ptr <<< "]"
(<<<)
file
{
av_ident
,
av_info_ptr
}
=
file
<<<
av_ident
instance
toString
AttributeVar
where
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment