My try to get semantic predicates working under XText, so that I can write a Xtext grammar for the programming language C.
See also my post in the Eclipse forum: https://www.eclipse.org/forums/index.php?t=msg&th=1069632
Add https://timeraider4u.github.io/NeoEMF/ as Eclipse update site and install the following features:
- 'NeoEMF Persistence Framework' (fr.inria.atlanmod.neoemf.core.feature.feature.group),
- 'NeoEMF Blueprints Adapter' (fr.inria.atlanmod.neoemf.graph.blueprints.feature.feature.group)
- NeoEMF Blueprints Implementations (fr.inria.atlanmod.neoemf.graph.blueprints.implementations.feature.feature.group)
Add https://timeraider4u.github.io/xtext/ as Eclipse update site and install the following features:
- 'Xtext Complete SDK' (org.eclipse.xtext.sdk.feature.group)
Coming soon...
https://dzone.com/articles/method-size-limit-java https://bugs.eclipse.org/bugs/show_bug.cgi?id=460481#c4
http://www.eclipse.org/forums/index.php/t/366540/
http://www.thefreecountry.com/sourcecode/grammars.shtml
https://github.com/grammarware/slps/tree/master/topics/grammars http://slps.github.io/zoo/index.html#c
http://meri-stuff.blogspot.co.at/2011/08/antlr-tutorial-hello-word.html
http://www.antlr3.org/grammar/list.html
https://github.com/antlr/grammars-v4/tree/master/c
http://wrice.blogspot.co.at/2013/12/antlr-grammar-for-cc-preprocessor.html
http://www.eclipse.org/Xtext/documentation/ http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.xtext.doc
http://www.euclideanspace.com/software/development/eclipse/xtext/grammar/debuging/index.htm
https://www.eclipse.org/forums/index.php/t/640630/
http://meri-stuff.blogspot.co.at/2012/12/antlr-semantic-predicates.html
http://stackoverflow.com/questions/13717565/xtext-solving-ambiguity-without-semantic-predicates https://www.eclipse.org/forums/index.php/t/169313/ https://www.eclipse.org/forums/index.php/t/202846/ https://www.eclipse.org/forums/index.php/t/441096/
https://www.eclipse.org/forums/index.php?t=msg&th=1069632
https://github.com/timeraider4u/kefax
http://www.antlr.org/papers/LL-star/predicate-hoisting.pdf
Is it possible to enforce predicate hoisting over actions?
https://groups.google.com/forum/#!topic/antlr-discussion/UrZEt-uaMVA
See antlr/antlr3#177 See ./HOWTO-ANTLR.txt See ./HOWTO-XTEXT.txt