--- !ruby/object:Gem::Specification
name: nilac
version: !ruby/object:Gem::Version
  version: 0.0.4.3.9.5
platform: ruby
authors:
- Adhithya Rajasekaran
autorequire: 
bindir: bin
cert_chain: []
date: 2013-11-10 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: shark
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 0.0.0.5.4
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 0.0.0.5.4
description: Nilac is the official compiler of Nila language
email:
- adhithyan15@gmail.com
executables:
- nilac
extensions: []
extra_rdoc_files: []
files:
- .gitignore
- Gemfile
- LICENSE
- README.md
- Rakefile
- bin/nilac
- examples/StringMagic.nila
- examples/countdown.nila
- examples/decBin.js
- examples/decBin.nila
- examples/marky.js
- examples/marky.nila
- lib/nilac.rb
- lib/nilac/ErrorDeclarations.rb
- lib/nilac/add_semicolons.rb
- lib/nilac/compile_arrays.rb
- lib/nilac/compile_blocks.rb
- lib/nilac/compile_case_statement.rb
- lib/nilac/compile_classes.rb
- lib/nilac/compile_comments.rb
- lib/nilac/compile_conditional_structures.rb
- lib/nilac/compile_custom_function_map.rb
- lib/nilac/compile_default_values.rb
- lib/nilac/compile_existential_operator.rb
- lib/nilac/compile_hashes.rb
- lib/nilac/compile_heredocs.rb
- lib/nilac/compile_integers.rb
- lib/nilac/compile_interpolated_strings.rb
- lib/nilac/compile_loops.rb
- lib/nilac/compile_named_functions.rb
- lib/nilac/compile_operators.rb
- lib/nilac/compile_parallel_assignment.rb
- lib/nilac/compile_require_statements.rb
- lib/nilac/compile_ruby_methods.rb
- lib/nilac/compile_special_keywords.rb
- lib/nilac/compile_strings.rb
- lib/nilac/compile_ternary_operator.rb
- lib/nilac/compile_whitespace_delimited_functions.rb
- lib/nilac/create_mac_executable.rb
- lib/nilac/extract_parsable_file.rb
- lib/nilac/find_all_matching_indices.rb
- lib/nilac/find_file_name.rb
- lib/nilac/find_file_path.rb
- lib/nilac/get_variables.rb
- lib/nilac/output_javascript.rb
- lib/nilac/parse_arguments.rb
- lib/nilac/pretty_print_javascript.rb
- lib/nilac/read_file_line_by_line.rb
- lib/nilac/remove_question_marks.rb
- lib/nilac/replace_multiline_comments.rb
- lib/nilac/replace_named_functions.rb
- lib/nilac/replace_singleline_comments.rb
- lib/nilac/replace_strings.rb
- lib/nilac/rollblocks.rb
- lib/nilac/split_semicolon_seperated_expressions.rb
- lib/nilac/strToArray.rb
- lib/nilac/version.rb
- nilac.gemspec
- shark/features/add_auto_return_statement.feature
- shark/features/array_and_string_indexing.feature
- shark/features/automatic_require_statements.feature
- shark/features/barebones_compilation.feature
- shark/features/case_when.feature
- shark/features/default_method_parameters.feature
- shark/features/fix_newlines.feature
- shark/features/hashes.feature
- shark/features/heredoc.feature
- shark/features/if_then_else.feature
- shark/features/loop.feature
- shark/features/method_multiple_return.feature
- shark/features/multiline_array.feature
- shark/features/multiple_variable_initialization.feature
- shark/features/numbers.feature
- shark/features/regular_for.feature
- shark/features/regular_if.feature
- shark/features/regular_while.feature
- shark/features/ruby_methods.feature
- shark/features/ruby_operators.feature
- shark/features/splats.feature
- shark/features/string_interpolation.feature
- shark/features/strings.feature
- shark/features/times.feature
- shark/features/unless_until.feature
- shark/features/whitespace_delimitation.feature
- shark/test_files/array_string_indexing.nila
- shark/test_files/array_sugar.nila
- shark/test_files/case.nila
- shark/test_files/class.nila
- shark/test_files/correct.js
- shark/test_files/correct_case.js
- shark/test_files/correct_default_parameters.js
- shark/test_files/correct_for.js
- shark/test_files/correct_hashes.js
- shark/test_files/correct_heredoc.js
- shark/test_files/correct_if_then_else.js
- shark/test_files/correct_indexing.js
- shark/test_files/correct_initialization.js
- shark/test_files/correct_loop.js
- shark/test_files/correct_multiline_array.js
- shark/test_files/correct_multiple_return.js
- shark/test_files/correct_numbers.js
- shark/test_files/correct_operators.js
- shark/test_files/correct_regular_if.js
- shark/test_files/correct_regular_while.js
- shark/test_files/correct_required_module.js
- shark/test_files/correct_return.js
- shark/test_files/correct_ruby_methods.js
- shark/test_files/correct_single_return.js
- shark/test_files/correct_splats.js
- shark/test_files/correct_string_interpolation.js
- shark/test_files/correct_string_operators.js
- shark/test_files/correct_times.js
- shark/test_files/correct_unless_until.js
- shark/test_files/correct_whitespace_delimiter.js
- shark/test_files/default_parameters.nila
- shark/test_files/erratic.nila
- shark/test_files/hashes.nila
- shark/test_files/heredoc.nila
- shark/test_files/if_then_else.nila
- shark/test_files/loop.nila
- shark/test_files/multiline_array.nila
- shark/test_files/multiple_initialization.nila
- shark/test_files/multiple_return.nila
- shark/test_files/no_return.nila
- shark/test_files/numbers.nila
- shark/test_files/operators.nila
- shark/test_files/perfect.js
- shark/test_files/regular_for.nila
- shark/test_files/regular_if.nila
- shark/test_files/regular_while.nila
- shark/test_files/required_module.nila
- shark/test_files/ruby_methods.nila
- shark/test_files/sample_class.nila
- shark/test_files/simple.nila
- shark/test_files/single_return.nila
- shark/test_files/splats.nila
- shark/test_files/string_interpolation.nila
- shark/test_files/string_operators.nila
- shark/test_files/times.nila
- shark/test_files/unless_until.nila
- shark/test_files/whitespace_delimiter.nila
homepage: http://adhithyan15.github.com/nila
licenses: []
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.1.9
signing_key: 
specification_version: 4
summary: Nilac compiles Nila files into line for line Javascript.
test_files: []