Home
last modified time | relevance | path

Searched refs:ANTLR3 (Results 1 – 25 of 95) sorted by relevance

1234

/external/antlr/runtime/ActionScript/
DREADME5 by the ANTLR3 tool. See <http://www.antlr.org/> for more information about
6 ANTLR3.
12 The ActionScript target for ANTLR3 is considered a solid beta at this point. Most things
37 <http://www.antlr.org/wiki/display/ANTLR3/Antlr3ActionScriptTarget>
57 'src/org/antlr/codegen/ActionScriptTarget.java' (of the main ANTLR3 source
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DASTDbg.stg9 adaptor.is_a?( ANTLR3::Debug::TreeAdaptor ) ? adaptor :
10 ANTLR3::Debug::TreeAdaptor.wrap( adaptor, @debug_listener )
23 proxy = ANTLR3::Debug::EventSocketProxy.new( self,
DRuby.stg41 Failed to load the ANTLR3 runtime library (version <runtimeLibraryVersion()>):
55 defined?( ANTLR3 ) or begin
104 const_defined?( :TokenData ) or TokenData = ANTLR3::TokenScheme.new
168 ASTLabelType="Object", superClass="ANTLR3::Parser", labelType="ANTLR3::Token",
174 …<parserBody(inputStreamType="ANTLR3::TokenStream", rewriteElementType="Token", actionScope="parser…
185 …lterMode, labelType={<ASTLabelType>}, ASTLabelType="Object", superClass="ANTLR3::TreeParser", memb…
424 @state.backtracking > 0 and raise( ANTLR3::Error::BacktrackingFailed )<\n>
446 rescue ANTLR3::Error::RecognitionError => re
888 class DFA<dfa.decisionNumber> \< ANTLR3::DFA
927 @state.backtracking > 0 and raise ANTLR3::Error::BacktrackingFailed<\n>
[all …]
DST.stg4 include ANTLR3::Template::RewriteBuilder
6 include ANTLR3::Template::Builder
DAST.stg3 include ANTLR3::ASTBuilder
26 …:{int |stream_<it> = ANTLR3::AST::RewriteRule<rewriteElementType>Stream.new( @adaptor, "token <it>…
28 …:{int |stream_<it> = ANTLR3::AST::RewriteRuleSubtreeStream.new( @adaptor, "rule <it>" )}; separato…
184 <referencedElements:{el|stream_<el>.has_next?}; separator=" || "> or raise ANTLR3::RewriteEarlyExit
/external/antlr/runtime/Python3/
DREADME5 by the ANTLR3 tool. See <http://www.antlr.org/> for more information about
6 ANTLR3.
12 The Python3 target for ANTLR3 is still in beta. Documentation is lacking, some
53 <http://www.antlr.org/wiki/display/ANTLR3/Antlr3Python3Target>
67 'src/org/antlr/codegen/Python3Target.java' (of the main ANTLR3 source
71 should fetch the latest ANTLR3 version from the perforce depot. See section
/external/antlr/
DREADME.txt25 http://theantlrguy.atlassian.net/wiki/display/ANTLR3/gUnit+-+Grammar+Unit+Testing
38 http://theantlrguy.atlassian.net/wiki/display/ANTLR3/FAQ+-+Getting+Started
44 http://theantlrguy.atlassian.net/wiki/display/ANTLR3/ANTLR+v3+FAQ
48 http://theantlrguy.atlassian.net/wiki/display/ANTLR3/ANTLR+3+Wiki+Home
93 http://theantlrguy.atlassian.net/wiki/display/ANTLR3/Code+Generation+Targets
105 http://theantlrguy.atlassian.net/wiki/display/ANTLR3/Migrating+from+ANTLR+2+to+ANTLR+3
136 http://theantlrguy.atlassian.net/wiki/display/ANTLR3/ANTLR+v3+FAQ
DBUILD.txt3 http://www.antlr.org/wiki/display/ANTLR3/Building+ANTLR+with+Maven
/external/antlr/runtime/Python/
DREADME5 by the ANTLR3 tool. See <http://www.antlr.org/> for more information about
6 ANTLR3.
12 The Python target for ANTLR3 is still in beta. Documentation is lacking, some
57 <http://www.antlr.org/wiki/display/ANTLR3/Antlr3PythonTarget>
76 'src/org/antlr/codegen/PythonTarget.java' (of the main ANTLR3 source
80 should fetch the latest ANTLR3 version from the perforce depot. See section
/external/antlr/runtime/Ruby/lib/antlr3/
Ddfa.rb35 module ANTLR3 module
224 ANTLR3.bug!( Util.tidy( <<-END ) )
288 ANTLR3.bug!( Util.tidy( <<-END ) )
Dversion.rb4 module ANTLR3 module
Dconstants.rb35 module ANTLR3 module
/external/antlr/runtime/Ruby/
DHistory.txt4 - fixed ANTLR3::InteractiveStringStream to work with Ruby 1.9. The lexer main script
10 - removed directory dependency from tasks created by ANTLR3::Task, which caused
36 - altered ANTLR3::StringStream to always have #peek return an integer in both
57 - added new #hold convenience method to ANTLR3::CommonTokenStream
60 - corrected a typo in ANTLR3::Error#FailedPredicate which caused a
72 - added new #each_on_channel and #walk convenience methods to ANTLR3::CommonTokenStream
/external/antlr/runtime/Ruby/lib/antlr3/test/
Dfunctional.rb12 module ANTLR3 module
67 if ANTLR_JAR = ENV[ 'ANTLR_JAR' ] || ANTLR3.antlr_jar
Dgrammar.rb15 module ANTLR3 module
216 ENV[ 'ANTLR_JAR' ] || ANTLR3.antlr_jar
/external/antlr/antlr-ant/main/antlr3-task/
DReadme.txt44 …arget 5 -classpath C:/Programme/apache-ant-1.7.0/lib/ant.jar org/apache/tools/ant/antlr/ANTLR3.java
45 jar cvf antlr3.jar org/apache/tools/ant/antlr/antlib.xml org/apache/tools/ant/antlr/ANTLR3.class
/external/antlr/gunit/
DREADME.txt18 http://www.antlr.org/wiki/display/ANTLR3/gUnit+-+Grammar+Unit+Testing
41 http://www.antlr.org/wiki/display/ANTLR3/gUnit+-+Grammar+Unit+Testing
/external/antlr/runtime/Ruby/lib/antlr3/template/
Dgroup-file.rb13 module ANTLR3 module
/external/antlr/runtime/Ruby/test/unit/
Dtest-exceptions.rb14 ANTLR3.bug!( 'whateva' )
Dtest-scheme.rb7 include ANTLR3
/external/antlr/runtime/Ruby/lib/antlr3/debug/
Drecord-event-listener.rb4 module ANTLR3 module
Drule-tracer.rb4 module ANTLR3 module
/external/antlr/runtime/Ruby/lib/antlr3/modes/
Dast-builder.rb6 module ANTLR3 module
Dfilter.rb6 module ANTLR3 module
/external/antlr/runtime/Ruby/lib/antlr3/tree/
Dvisitor.rb35 module ANTLR3 module

1234