Commit Graph

9 Commits

Author SHA1 Message Date
cunei eb642f6633 Updated copyright notices to 2011
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@24032 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2011-01-20 15:32:51 +00:00
extempore 29962d62f1 As a brief diversion from real work, implemented Damerau–Levenshtein
and ran it on trunk to elicit obvious misspellings.  Unfortunately
they're mostly in places like compiler comments which real people never
see, but I fixed them anyway.  All those English Lit majors who peruse
our sources are sure to be pleased.  No review.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@21343 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2010-04-06 01:26:31 +00:00
cunei 03072c33cb Updated copyright notices to 2010
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@20028 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2009-12-07 11:49:19 +00:00
dubochet 7f0b1d145a [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@18773 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2009-09-24 13:09:40 +00:00
cunei ae54247192 Updated (all) copyright notices to 2009
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@16893 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2009-01-13 13:09:22 +00:00
moors 944bc484f2 updated examples and json parser to use combinator1-style parsing,
have not yet renamed 
combinator -> combinatorold, and 
combinator1 -> combinator
--> doing that using SVN rename, so history is preserved
(thus, the build for this revision will break, but the next one should be okay. sorry)

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@13911 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2008-02-07 12:39:51 +00:00
odersky 9462314375 combinator1 parser changes + examples added
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@12879 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2007-09-16 18:01:02 +00:00
moors 75bed0903b added another example using the combinator parsers, courtesy of Miles Sabin (slightly simplified/adapted to new combinators)
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@12358 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2007-07-18 21:55:59 +00:00
moors 71b0ece567 updated examples to new combinator library
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@12348 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
2007-07-17 20:49:24 +00:00