summaryrefslogtreecommitdiff
path: root/sources/scalac/ast/parser/Parser.java
Commit message (Collapse)AuthorAgeFilesLines
* - Removed java version of files translated to s...paltherr2004-02-191-2124/+0
| | | | | - Removed java version of files translated to scala
* - Changed Tree.Block(Tree[]) to Tree.Block(Tree...paltherr2004-02-121-16/+28
| | | | | - Changed Tree.Block(Tree[]) to Tree.Block(Tree[],Tree)
* - Generalized use of AConstant to represent con...paltherr2004-02-011-12/+17
| | | | | - Generalized use of AConstant to represent constant values
* *** empty log message ***Martin Odersky2004-01-091-8/+16
|
* a possible fix of bug#246buraq2003-12-031-1/+18
|
* *** empty log message ***Martin Odersky2003-11-281-15/+7
|
* *** empty log message ***Martin Odersky2003-11-251-8/+20
|
* handling of Symbol and Labelled changed towards...buraq2003-11-211-1/+9
| | | | | | handling of Symbol and Labelled changed towards Symbol and scala.xml.nobinding.Element
* *** empty log message ***Martin Odersky2003-11-181-7/+4
|
* removed tabs!buraq2003-10-301-1198/+1198
|
* fixed bug in patterns()buraq2003-10-291-4/+5
|
* - Addded Definitions.PATTERN_WILDCARDpaltherr2003-10-131-9/+10
| | | | | | | | | - Removed Names.WILDCARD - Added Names.PATTERN_WILDCARD - Added Names.IMPORT_WILDCARD - Replaced most uses of Names.PATTERN_WILDCARD by Definitions.PATTERN_WILDCARD - Removed TreeInfo.isWildcardPattern
* changed pattern grammar, () is now empty sequen...buraq2003-10-091-27/+29
| | | | | changed pattern grammar, () is now empty sequence in patterns
* *** empty log message ***Martin Odersky2003-10-091-11/+6
|
* *** empty log message ***Martin Odersky2003-10-081-3/+3
|
* *** empty log message ***Martin Odersky2003-10-081-2/+2
|
* *** empty log message ***Martin Odersky2003-09-231-4/+7
|
* *** empty log message ***Martin Odersky2003-09-191-21/+30
|
* *** empty log message ***Martin Odersky2003-09-181-5/+21
|
* *** empty log message ***Martin Odersky2003-09-151-23/+39
|
* better checking of patternsburaq2003-09-121-4/+4
|
* *** empty log message ***Martin Odersky2003-09-111-2/+2
|
* I reverted to the old version because the new o...Matthias Zenger2003-09-111-2/+2
| | | | | I reverted to the old version because the new one broke the male
* changed type1() to type() in pattern parsing,buraq2003-09-111-5/+6
| | | | | and pattern() to validPattern() in patDefOrDcl()
* *** empty log message ***Martin Odersky2003-09-021-0/+1
|
* *** empty log message ***Martin Odersky2003-08-281-1/+11
|
* *** empty log message ***Martin Odersky2003-08-211-13/+17
|
* *** empty log message ***Martin Odersky2003-08-151-14/+18
|
* *** empty log message ***Martin Odersky2003-08-141-8/+12
|
* *** empty log message ***Martin Odersky2003-08-131-0/+2
|
* *** empty log message ***Martin Odersky2003-08-131-25/+2
|
* *** empty log message ***Martin Odersky2003-08-121-3/+3
|
* *** empty log message ***Martin Odersky2003-08-121-23/+60
|
* *** empty log message ***Martin Odersky2003-08-041-4/+0
|
* *** empty log message ***Martin Odersky2003-07-311-51/+43
|
* - Repolaced Tree argument of This and Super nod...paltherr2003-07-301-10/+13
| | | | | - Repolaced Tree argument of This and Super nodes by a Name argument
* Added:cremet2003-07-301-9/+45
| | | | | | | - collecting of documentation comments. - options for scaladoc - a class to load a documentation module.
* fixed overly permissive parsing of TreePattern ...buraq2003-07-161-1/+4
| | | | | | fixed overly permissive parsing of TreePattern ( SimplePat Id SimplePat, op2 must not be empty sequence )
* *** empty log message ***Martin Odersky2003-07-161-59/+60
|
* changed commentsburaq2003-07-151-2/+2
|
* *** empty log message ***Martin Odersky2003-07-111-10/+96
|
* *** empty log message ***Martin Odersky2003-07-091-3/+5
|
* *** empty log message ***buraq2003-07-051-10/+10
|
* *** empty log message ***Martin Odersky2003-07-041-2/+14
|
* - cleaned up tabsmichelou2003-06-301-93/+89
| | | | | - corrected EBNF productions inside comments
* *** empty log message ***Martin Odersky2003-06-241-6/+2
|
* *** empty log message ***Martin Odersky2003-06-241-92/+99
|
* *** empty log message ***Martin Odersky2003-06-171-0/+3
|
* - Made SourceFile and Position scala-independan...paltherr2003-06-161-2/+4
| | | | | | | | - Made SourceFile and Position scala-independant (moved them to ch.epfl.lamp.util) - Added position arguments to methods of class Reporter - Changed printing of positions to display the whole path not only the file name.
* *** empty log message ***Martin Odersky2003-06-021-0/+2
|