riml
Riml is a ruby-like language that compiles to VimL.
File Explorer
Download Latest Version (.zip)- ci.yml
- run
- riml
- ast_rewriter.rb
- backtrace_filter.rb
- class_dependency_graph.rb
- class_map.rb
- compiler.rb
- constants.rb
- environment.rb
- errors.rb
- file_rollback.rb
- get_sid_function.vim
- grammar.y
- header.vim
- imported_class.rb
- include_cache.rb
- included.vim
- lexer.rb
- nodes.rb
- parser.rb
- path_cache.rb
- repl.rb
- rewritten_ast_cache.rb
- walkable.rb
- walker.rb
- warning_buffer.rb
- riml.rb
- sourced.riml
- riml_test.rb
- test_output_dir.riml
- undefined_global_class.riml
- nerdtree.riml
- nerdtree.vim
- nerdtree_compiler_test.rb
- pathogen.riml
- pathogen.vim
- pathogen_compiler_test.rb
- pathogen_parser_test.rb
- sourced2.riml
- car.riml
- class_test.riml
- class_test_expected.vim
- class_test_main.riml
- class_test_main_expected.vim
- compiler_test.rb
- faster_car.riml
- faster_car_expected.vim
- file1.riml
- file1_expected.vim
- riml_include_lib.riml
- riml_include_lib2.riml
- riml_include_loop1.riml
- riml_include_loop2.riml
- riml_include_reordering_test.rb
- riml_include_self.riml
- sourced1.riml
- sourced2.riml
- smartinput.riml
- smartinput.vim
- smartinput_compiler_test.rb
- smartinput_lexer_test.rb
- smartinput_parser_test.rb
- surround.riml
- surround.vim
- surround_compiler_test.rb
- fugitive.riml
- fugitive.vim
- fugitive_compiler_test.rb
- compiler_test.rb
- error_messages_test.rb
- lexer_test.rb
- parser_test.rb
- splats_in_calling_context_test.rb
- test_helper.rb
- .gitignore
- .ruby-version
- CHANGELOG
- CONTRIBUTING
- Gemfile
- LICENSE
- Rakefile
- README.md
- riml.gemspec
- version.rb
# Installation Guide
1. Get the code
git clone https://github.com/luke-gru/riml
Downloads the entire project code from GitHub to your computer.
cd riml
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
// repository documentation
Was this content helpful?
(0 ratings)
