ujihisa / quicklearn

A quickrun plugin to show intermediate codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quicklearn


Video streaming by Ustream

Quicklearn is a quickrun plugin and is a Unite plugin at the same time.

Quicklearn compiles the code you are writing, opens another window, and shows the intermediate code of the language.

  • C
    • Assembly language (gcc)
    • LLVM IR (clang)
  • Haskell
    • Core (ghc)
  • CoffeeScript
    • JavaScript
  • Ruby
    • YARV Instructions (CRuby)

Usage

:Unite quicklearn -immediately

Sample configulation for ~/.vimrc:

nnoremap <space>R :<C-u>Unite quicklearn -immediately<Cr>

Don't forget the -immediately option.

Development TODOs

  • Document
    • It's missing doc/quicklearn.txt

Author

Tatsuhiro Ujihisa

License

GPLv3 or any later versions

About

A quickrun plugin to show intermediate codes


Languages

Language:Vim Script 100.0%