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
/
scanner.icl
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-18
More logical file name passing
Camil Staps
1
-4
/
+4
2017-03-07
Also accept system keyword in record fields
Camil Staps
1
-1
/
+0
2013-04-08
add generic function dependencies for generic function definitions,
johnvg
1
-1
/
+3
2013-03-18
use DirectorySeparator from CoclSystemDependent instead of '\\'
johnvg
1
-1
/
+2
2012-10-08
search and open file before calling wantModule
johnvg
1
-25
/
+19
2012-09-21
add hierarchical modules
johnvg
1
-72
/
+56
2011-11-10
move type TypeCodeVariableInfo to module syntax, remove type DynamicValueAlia...
johnvg
1
-1
/
+1
2011-02-15
fix bug in scanning 'a'..
johnvg
1
-10
/
+9
2010-05-25
scan 'ModuleName'.Symbol or 'ModuleName'. OperatorSymbol
johnvg
1
-13
/
+118
2009-11-26
remove preprocessor for Clean 1.3 code
johnvg
1
-42
/
+3
2007-11-20
remove ExclamationToken from context independent tokens to
johnvg
1
-1
/
+0
2007-02-14
implement qualified explicit imports
johnvg
1
-19
/
+65
2005-11-18
make the Buffer unique
johnvg
1
-11
/
+13
2004-02-12
PK: fix bug with let .. where .. in ..
pieter
1
-1
/
+2
2003-12-15
remove VoidTypeToken
johnvg
1
-2
/
+0
2003-12-15
add foreign export
johnvg
1
-5
/
+4
2003-12-01
use same default fixity and priority (infixl 9) everywhere
ronny
1
-0
/
+3
2003-03-17
fixed a bug in parsing the "of" token after dynamic type, e.g.:
alimarin
1
-1
/
+1
2003-03-12
- added some missing alternatives to toString (Token), fixes bug #12
ronny
1
-75
/
+84
2002-07-01
Rewound last change: don't search in the current directory.
ronny
1
-8
/
+2
2002-06-20
Always try to open files in current directory.
ronny
1
-2
/
+8
2002-06-17
removed ingnored !'s
johnvg
1
-4
/
+4
2002-06-03
added constructor/type/field information to generics
alimarin
1
-0
/
+10
2002-03-25
new implementation of generics
alimarin
1
-0
/
+2
2001-11-26
assorted parse/scan bug fixes
ronny
1
-18
/
+16
2001-10-04
Context -> ScanContext
pieter
1
-19
/
+25
2001-10-01
pass file modification times from icl module and dcl modules to backend
ronny
1
-27
/
+24
2001-09-12
add <|- generator for overloaded lists
johnvg
1
-1
/
+16
2001-09-05
fix parsing of [# with layout rule
johnvg
1
-1
/
+14
2001-08-31
PK: token position + minor bugs
pieter
1
-69
/
+56
2001-07-25
bug fix operator like =:= are now allowed
ronny
1
-2
/
+9
2001-07-25
bug fix scanning ['']
ronny
1
-0
/
+1
2001-07-25
bug fix scanning ['\\\'']
ronny
1
-0
/
+1
2001-07-25
bug fix parse_bug_forbidden_symbols
ronny
1
-4
/
+26
2001-07-25
renamed ss_useLayout to ss_scanOptions
ronny
1
-16
/
+16
2001-07-25
changed ss_useLayout field to bit vector (in anticipation of more scan state ...
ronny
1
-8
/
+11
2001-07-24
bug fix funny_id_after_type
ronny
1
-27
/
+6
2001-07-18
assorted scanner/parser bug fixes by Pieter (tested by Ronny)
ronny
1
-424
/
+178
2001-05-11
moving all switch macros to new module "compilerSwitches"
martinw
1
-3
/
+1
2001-03-13
Generics are added, but are disabled.
alimarin
1
-1
/
+17
2000-08-29
adjusted treatment of lazy and strict array functions
sjakie
1
-2
/
+3
2000-07-10
Improved compatibility with Maarten's Theorem Prover Sources
clean
1
-1
/
+34
2000-06-20
reduce memory allocation
clean
1
-21
/
+73
2000-06-06
see previous revision
martinw
1
-3
/
+1
2000-06-06
added simple hacky preprocessor facility. The following source
martinw
1
-11
/
+48
2000-05-31
setting defaultPrio to 9 according to bug report from Ronny
martinw
1
-1
/
+1
2000-03-09
optimized by John
pieter
1
-239
/
+552
2000-02-22
Bug fixes escaped characters in character and string denotations
ronny
1
-5
/
+32
2000-01-18
bugfix: TryScanComment did not work when a single slash was followed by a new...
martinw
1
-1
/
+8
1999-12-22
\" as escape char
pieter
1
-1
/
+1
[next]