Sha256: b44a0924b55477e8acaa2ef67ab98fbc5d382b14dd26cb9b992c50c8f7fb2ab6

Contents?: true

Size: 534 Bytes

Versions: 36

Compression:

Stored size: 534 Bytes

Contents

#
#       ActiveFacts CQL Parser.
#       A Rakefile to run Treetop when the ActiveFacts gem is installed.
#       This isn't mandatory but makes it much faster to start the parser.
#       Delete the generated files during parser development.
#
# Copyright (c) 2009 Clifford Heath. Read the LICENSE file.
#
task :default do
  pattern = File.dirname(__FILE__) + '**/*.treetop'
  files = Dir[pattern]
  # Hopefully this quoting will work where there are spaces in filenames, and even maybe on Windows?
  exec "tt '#{files*"' '"}'"
end

Version data entries

36 entries across 36 versions & 2 rubygems

Version Path
activefacts-cql-1.9.6 lib/activefacts/cql/Rakefile
activefacts-cql-1.9.5 lib/activefacts/cql/Rakefile
activefacts-cql-1.9.4 lib/activefacts/cql/Rakefile
activefacts-cql-1.9.3 lib/activefacts/cql/Rakefile
activefacts-cql-1.9.2 lib/activefacts/cql/Rakefile
activefacts-cql-1.9.1 lib/activefacts/cql/Rakefile
activefacts-cql-1.8.3 lib/activefacts/cql/Rakefile
activefacts-cql-1.8.2 lib/activefacts/cql/Rakefile
activefacts-cql-1.8.1 lib/activefacts/cql/Rakefile
activefacts-cql-1.8.0 lib/activefacts/cql/Rakefile
activefacts-cql-1.7.1 lib/activefacts/cql/Rakefile
activefacts-1.6.0 lib/activefacts/cql/Rakefile
activefacts-1.5.3 lib/activefacts/cql/Rakefile
activefacts-1.5.2 lib/activefacts/cql/Rakefile
activefacts-1.5.1 lib/activefacts/cql/Rakefile
activefacts-1.5.0 lib/activefacts/cql/Rakefile
activefacts-1.3.0 lib/activefacts/cql/Rakefile
activefacts-1.2.1 lib/activefacts/cql/Rakefile
activefacts-1.2.0 lib/activefacts/cql/Rakefile
activefacts-1.1.0 lib/activefacts/cql/Rakefile