your-diary / executer

`executer` lets you compile and execute a program which you're currently editing in Vim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

executer

About

executer lets you compile and execute a program which you're currently editing. It is assumed to be called via Vim.

Usage

$ go build
$ ./executer --help

History

executer was originally written in C++, and then rewritten in Python, and now in Go.

About

`executer` lets you compile and execute a program which you're currently editing in Vim.

License:MIT License


Languages

Language:Go 100.0%