The Racket repository
![]() Previously, syntax-parse would only report errors for one maximal progress equivalence class (and generate a useless "and other errors occurred" message). But approach to linearizing the tree of failures behaved badly if there was too much branching even for a single progress equiv class. So now it dumps all of the maximal failures into one pile and tries to find shared "sync points" (frames and terms) to linearize the failure tree. In particular, this eliminates the "and other errors" message. Also updated and improved comments. |
||
---|---|---|
pkgs | ||
racket | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
.travis.yml | ||
appveyor.yml | ||
INSTALL.txt | ||
Makefile | ||
README.txt |
This is the source code for the main Racket distribution. See "INSTALL.txt" for information on building Racket. License ------- Racket Copyright (c) 2010-2016 PLT Design Inc. Racket is distributed under the GNU Lesser General Public License (LGPL). This implies that you may link Racket into proprietary applications, provided you follow the rules stated in the LGPL. You can also modify Racket; if you distribute a modified version, you must distribute it under the terms of the LGPL, which in particular states that you must release the source code for the modified software. See racket/src/COPYING_LESSER.txt for more information.