Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: SableCC


Related Topics

In the News (Mon 28 Dec 09)

  
  SableCC parser generator   (Site not responding. Last check: 2007-10-14)
SableCC is an object-oriented framework that generates compilers (and interpreters) in the Java programming language.
This framework is based on two fundamental design decisions.
These two design decisions lead to a tool that supports a shorter development cycle for constructing compilers.
www.sablecc.org   (87 words)

  
 Indrek's SableCC page
SableCC is a cool parser generator that generates LALR(1) based parsers in the Java language.
Most of it is either incorporated into the altgen sablecc package or rewritten/overriden by other solutions.
ALTGEN patch - altgen.tar.gz - this is a patch for SableCC 3 beta.2 that provides an interface into SableCC to get access to all data that is required to generate a parser.
www.mare.ee /indrek/sablecc   (1105 words)

  
 SableCC 3.0 Wishlist   (Site not responding. Last check: 2007-10-14)
SableCC 3.0 will have a very nice mechanism to do parse-time AST transformations.
I was planning, in SableCC 3.x, to have some kind of scripting language that would allow SableCC to generate "custom" tree walkers.
Nice error messages (no ClassCastExceptions and the like please for cases that SableCC does not wish to handle explicitly) (Like unnecessary parenthesizing, which is allowed by the grammar).
cvs.sourceforge.net /viewcvs.py/sablecc/htdocs/wishlist.html?rev=1.6   (1077 words)

  
 How to run SableCC
SableCC version 2.18.2, is very stable, but does not include the automatic CST-to-AST transformations that SABLECC 3 supports.
SableCC version 3-beta.3, should also be quite stable, and it does offer the very nice features of providing a nice way of producing an AST.
An excellent illustrative example, which shows all the main features of SableCC version 3, is provided at http://www.mare.ee/indrek/sablecc/#example.
www-acaps.cs.mcgill.ca /~hendren/520/howtosablecc.html   (349 words)

  
 SableCC - Wikipedia, the free encyclopedia
Wikimedia needs your help in its US$200,000 fund drive.
SableCC is an open source compiler generator (or interpreter generator) in Java.
It is licensed under the GNU Lesser General Public License.
en.wikipedia.org /wiki/SableCC   (70 words)

  
 [No title]
(The generated code is different from SableCC previous versions) : the reason is that parsing tables algorithm generation is based on the transformed tree and not the original one.
From the command line it is now possible to invoke SableCC with multiple grammar files to generate multiple parsers with single sablecc instance.
From tools it is possible to invoke sablecc engine for mutliple grammar files and reuse all already loaded and initialized classes.
www.cs.mcgill.ca /~hendren/SableCC/sablecc-3-beta.3/ChangeLog   (1150 words)

  
 SABLECC, AN OBJECT-ORIENTED COMPILER FRAMEWORK   (Site not responding. Last check: 2007-10-14)
To be accurate, the exact name given to the class is computed from the name of the token by prefixing it with a capital 'T', replacing the first letter with its uppercase, replacing each letter prefixed by an underscore with its uppercase, and removing all underscores.
In SableCC, state transitions are triggered by token recognition.
SableCC is then used to generate two parsers, one for the original language, and one for the analysis information grammar.
www.sablecc.org /thesis/thesis.html   (17070 words)

  
 gmane.comp.java.sablecc.general
I would like to very briefly thank you for helping me though this, especially when it left the realm of SableCC and became a Java-related problem.
My first try was JAVACC, but it couldn't handle the left-recursion in my BNF (created by myself from syntax-graphs in a book).
I don't need all the advanced functionality of the parser, and was wondering if there's a way to invoke the lexer alone.
blog.gmane.org /gmane.comp.java.sablecc.general   (790 words)

  
 gmane.comp.java.sablecc.general
Here are the files you requested; Map0001.LMU is the file I'm parsing, lmu.sable is the grammar file, and the rest are required for one thing or another.
I'm responding to the SableCC mailing list (and not a Java forum) because the problem may lie with my grammar specifications.
All I need is for SableCC to stop treating hex numbers above 0x7F as unicode (or other) characters.
rss.gmane.org /gmane.comp.java.sablecc.general   (1159 words)

  
 SableCC
SableCC - Generates compilers and interpreters in Java
'SableCC' is an object-oriented framework that generates compilers and interpreters in Java.
Please consider donating to the FSF to help support this project.
directory.fsf.org /All_Packages_in_Directory/SableCC.html   (251 words)

  
 SableCC Grammars   (Site not responding. Last check: 2007-10-14)
This grammar file uses a custom parser and lexer and the whole package must be downloaded.
This grammar can only be built using SableCC 3.0beta1.
PHP 4 grammar for SableCC 3 complete with AST transformations.
sablecc.sourceforge.net /grammars.php   (102 words)

  
 SableCC Downloads   (Site not responding. Last check: 2007-10-14)
This package contains a number of SableCC walker classes for producing formatted output of your grammars / source files.
A simple eclipse plug-in for sablecc grammar files, it provides syntax highlighting and hyperlinks (right click and select jumping to definition) etc.
svn export svn://svn.sablecc.org/sablecc/trunk sablecc svn export svn://svn.sablecc.org/sablecc-grammars/trunk sablecc-grammars svn export svn://svn.sablecc.org/sablecc-ant-task/trunk sablecc-ant-task
sablecc.sourceforge.net /downloads.php   (165 words)

  
 Sablecc, An Object-Oriented Compiler Framework - Gagnon, Hendren (ResearchIndex)   (Site not responding. Last check: 2007-10-14)
Sablecc, An Object-Oriented Compiler Framework - Gagnon, Hendren (ResearchIndex)
Abstract: In this thesis, we introduce SableCC, an object-oriented framework that generates compilers (and interpreters) in the Java programming language.
@misc{ gagnon98sablecc, author = "E. Gagnon and L. Hendren", title = "SableCC -- an object-oriented compiler framework", text = "E. Gagnon and L. Hendren.
citeseer.ist.psu.edu /193484.html   (574 words)

  
 [Biojava-dev] CVS is buggered...
Dear Matthew, I can't compile CVS after doing an update - I end up with errors.
[sablecc] Adding productions and alternative transformation if necessary.
[sablecc] reduce/reduce conflict in state [stack: PNamespaceDecl TVariable *] on TComment in { [sablecc] [ PPredicate = TVariable * ] followed by TComment (reduce), [sablecc] [ PValue = TVariable * ] followed by TComment (reduce) [sablecc] } SableCC failed.
www.biojava.org /pipermail/biojava-dev/2003-October/000992.html   (149 words)

  
 php-deluxe.net - encyclopedia - SableCC
'''SableCC''' is an open+source compiler+generator (or interpreter generator) in Java+programming+language.
Deterministic+Finite+Automaton (DFA) based lexers with full Unicode support and lexical states.
There is a list of the authors availble on wikipedia.
www.php-deluxe.net /wiwimod,index.page,SableCC.htm   (77 words)

  
 Comp.compilers: [ANNOUNCE] SableCC mailing list   (Site not responding. Last check: 2007-10-14)
I would like to announce the new SableCC mailing list.
SableCC supports DFA based Unicode lexers (with lexer states) and pure
You can download SableCC from the Sable Research Group's web page at:
compilers.iecc.com /comparch/article/98-03-209   (160 words)

  
 Error running sablecc..   (Site not responding. Last check: 2007-10-14)
On Sun, 21 Mar 1999, Jules Bean wrote: > I'm just about to start writing a parser using SableCC (which I found out > about from the link on the transvirtual page).
I know my way around gdb, I'm happy to give more helpful info, but I'm not sure what would help..
(To try it yourself, download sablecc from http://www.sable.mcgill.ca) Jules /----------------+-------------------------------+---------------------\
www.kaffe.org /pipermail/kaffe/1999-March/088378.html   (149 words)

  
 [No title]
* SableCC/: build.xml, etc/manifest, grammar/sablecc-2x.sablecc, src/org/sablecc/sablecc2x/Main.java: Moving SableCC Grammars (sableccgrammars) project over to the new directory tree, and new SF project structure.
* IDL/: BUGS.TXT, README.TXT, idl_for_c++_caseinsensitive.sablecc: Moving SableCC Grammars (sableccgrammars) project over to the new directory tree, and new SF project structure.
* MiniBasic/: MiniBasic-LICENSE, build.xml, test.basic, etc/manifest, grammar/minibasic.sablecc, src/org/sablecc/minibasic/Interpreter.java, src/org/sablecc/minibasic/Main.java: Moving SableCC Grammars (sableccgrammars) project over to the new directory tree, and new SF project structure.
xbean.cs.ccu.edu.tw /~dan/SableCC/grammars/ChangeLog   (613 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.