summaryrefslogtreecommitdiff
path: root/docs/examples/parsing/lambda
Commit message (Collapse)AuthorAgeFilesLines
* Remove docs/examples; they reside at scala/scala-distAdriaan Moors2013-12-0911-196/+0
|
* Begone t1737...Hubert Plociniczak2011-11-023-25/+25
|
* 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.
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-2411-0/+0
| | | | | | | | [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 examples and json parser to use combina...Adriaan Moors2008-02-072-12/+12
| | | | | | | | | 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)
* 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)