index
:
compiler
master
Fork of the Clean compiler for experimenting with new features
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
frontend
/
utilities.dcl
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-06
move mapSt2 and mapY2St from module check to module utilities
johnvg
1
-0
/
+22
2011-04-12
allow qualified imports of class members
johnvg
1
-3
/
+0
2005-11-11
remove code for compatibility with Clean 1.3
johnvg
1
-13
/
+2
2002-09-24
removed second_of_2_tuple in mapSt
johnvg
1
-7
/
+3
2002-06-17
removed ingnored !'s
johnvg
1
-1
/
+1
2001-11-21
new explicit import syntax
johnvg
1
-0
/
+6
2001-07-25
removed underscoreModule from ParseState, this is now handled by the scanner
ronny
1
-5
/
+2
2001-07-18
assorted scanner/parser bug fixes by Pieter (tested by Ronny)
ronny
1
-2
/
+5
2001-05-04
satisfying John's pervert and bizarre wishes for better error messages
martinw
1
-0
/
+11
2001-04-27
added handy new macro for searching lists
martinw
1
-0
/
+11
2001-01-12
New algorithm for explicit imports that also works with cyclic module depende...
martinw
1
-1
/
+46
2000-11-02
optimizing performance of explicitimports
martinw
1
-3
/
+5
2000-11-01
improved code for explicit imports,
martinw
1
-0
/
+26
2000-10-26
added new macro "unsafeFold2St"
martinw
1
-0
/
+8
2000-09-20
new Bag type: :: Bag x = Pair (Bag x) (Bag x) | Single x | Empty
martinw
1
-0
/
+5
2000-06-09
bugfix in trans. utilites: renaming of mapSt into map_st was necessary, other...
martinw
1
-4
/
+4
2000-06-09
Added preprocessor directives, so that one and the same source can be
martinw
1
-1
/
+3
2000-06-08
JVG: changed mapSt function into macro
clean
1
-1
/
+16
2000-04-26
changes to make compiler compatible with itself
martinw
1
-1
/
+2
2000-03-20
*** empty log message ***
sjakie
1
-0
/
+1
2000-02-15
bug fix (unboxed arrrays of records)
ronny
1
-0
/
+2
2000-01-12
function isNotEmpty added
pieter
1
-0
/
+2
1999-11-12
minor bug fix, some code polishing
sjakie
1
-1
/
+3
1999-10-18
lots of changes in module trans to make fusion work.
martinw
1
-2
/
+2
1999-10-05
Initial import
ronny
1
-0
/
+92