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
92a774a8
Commit
92a774a8
authored
Nov 23, 2018
by
johnvg@science.ru.nl
Browse files
make type TypeVarInfo extensible, remove TVI_CPSTypeVar (for Sparkle), remove type CheatCompiler
parent
c813ba99
Changes
3
Hide whitespace changes
Inline
Side-by-side
frontend/IndexType.dcl
View file @
92a774a8
...
...
@@ -2,5 +2,3 @@ definition module
IndexType
::
Index
:==
Int
::
CheatCompiler
=
CheatCompiler
\ No newline at end of file
frontend/IndexType.icl
View file @
92a774a8
...
...
@@ -2,5 +2,3 @@ implementation module
IndexType
::
Index
:==
Int
::
CheatCompiler
=
CheatCompiler
\ No newline at end of file
frontend/syntax.dcl
View file @
92a774a8
...
...
@@ -1159,8 +1159,8 @@ cNotVarNumber :== -1
|
TVI_Iso
!
DefinedSymbol
!
DefinedSymbol
!
DefinedSymbol
|
TVI_GenTypeVarNumber
!
Int
|
TVI_TypeVarArgN
!
Int
// type argument number in module backendconvert
|
TVI_CPSTypeVar
!
CheatCompiler
/* MdM: a pointer to a variable in CleanProverSystem is stored here, using a cast */
|
TVI_Attr
!
TypeAttribute
|
..
::
TypeVarInfoPtr
:==
Ptr
TypeVarInfo
::
TypeVarHeap
:==
Heap
TypeVarInfo
...
...
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