summaryrefslogtreecommitdiff
path: root/docs/examples/parsing
Commit message (Collapse)AuthorAgeFilesLines
* Remove docs/examples; they reside at scala/scala-distAdriaan Moors2013-12-0917-482/+0
|
* Begone t1737...Hubert Plociniczak2011-11-029-50/+50
|
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
|
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
| | | | | | | | | 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.
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
|
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-2414-1/+1
| | | | | | | | [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.
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
|
* updated examples and json parser to use combina...Adriaan Moors2008-02-074-20/+20
| | | | | | | | | 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)
* combinator1 parser changes + examples addedMartin Odersky2007-09-164-0/+196
|
* added another example using the combinator pars...Adriaan Moors2007-07-1811-0/+196
| | | | | | added another example using the combinator parsers, courtesy of Miles Sabin (slightly simplified/adapted to new combinators)
* updated examples to new combinator libraryAdriaan Moors2007-07-172-0/+90