Home
last modified time | relevance | path

Searched refs:ANTLR_VERSION_STRING (Results 1 – 2 of 2) sorted by relevance

/external/antlr/runtime/Ruby/lib/antlr3/
Dversion.rb14 ANTLR_VERSION_STRING = ANTLR_VERSION.join( '.' ) constant
15 ANTLR_VERSION_STRING.chomp!( '.0' ) # versioning drops minor version at 0
16 ANTLR_VERSION_STRING.freeze
/external/antlr/runtime/Ruby/lib/
Dantlr3.rb147 path = data_path "antlr-full-#{ ANTLR_VERSION_STRING }.jar"