= Welcome to the SableCC project! = SableCC is a parser generator which generates fully featured object-oriented frameworks for building compilers, interpreters and other text parsers. In particular, generated frameworks include intuitive strictly-typed abstract syntax trees and tree walkers. SableCC also keeps a clean separation between machine-generated code and user-written code which leads to a shorter development cycle. [[LikeButton(http://www.facebook.com/sablecc,box)]] == Quick Links == || '''Downloads''' || [DownloadPage Download Page] || || '''Grammars''' || [GrammarPage Grammar Page] || || '''Documentation''' || [DocumentationPage Documentation Page] || || '''Discussion Group (Mailing List)''' || http://groups.google.com/forum/#!forum/sablecc || || '''Old Mailing List (Archives)''' || [MailingList Mailing List Page] || || '''Users''' || [UserPage User Page] || || '''!ObjectMacro''' || [ObjectMacro ObjectMacro Page] || || '''SableCC on Twitter''' || http://twitter.com/sableccproject || || '''SableCC on Facebook''' || http://www.facebook.com/sablecc || == How to Submit New Tickets == To submit a new ticket, please use the [http://groups.google.com/forum/#!forum/sablecc discussion group]. == Source Code == The content of the repository can be viewed using the '''Browse Source''' link in the the navigation bar. The repository is hosted using the [http://git-scm.com/ Git] distributed version control system. The following command retrieves a copy of the repository: {{{ git clone http://sablecc.org/sablecc.git }}} A clone of this repository is made available at: - [http://github.com/egagnon/sablecc] == Community == In the navigation bar, you will find links to various sections of this collaborative web site: || '''Home''' || This page. || || '''Roadmap''' || A list of upcoming milestones. || || '''Timeline''' || A list of the latest activities that happened. || || '''Browse Source''' || A fully browsable view of latest development source code. || || '''View Tickets''' || A list of all open defect reports and enhancement requests. || || '''Search''' || A search utility to find information on this web site. || You will also find the following links: || '''Mailing List''' || Mailing list registration information and archives. || || '''Download''' || Software download information. || || '''Projects''' || List of *.sablecc.org project sites. || == Developers == - To contribute code to the SableCC project, please follow the procedures outlined in the [ContributingCode Contribution Guidelines]. - You will find links to various development related pages in the [DeveloperPage Developer Page]. == User Account == This web site is dynamic; it allows registered users to submit new tickets, modify wiki pages, etc. You are most welcome to participate! Please [CreateAccount create an account] and then [/login login] using the links in the navigation bar on the top of this page. {{{ #!html
This is one of the very few pages that cannot be edited by logged in users. Please submit a new ticket to propose any change. }}}