https://github.com/erf/vis-build
Build single file programs in the vis editor
https://github.com/erf/vis-build
build vis vis-editor vis-plugin
Last synced: 11 months ago
JSON representation
Build single file programs in the vis editor
- Host: GitHub
- URL: https://github.com/erf/vis-build
- Owner: erf
- Archived: true
- Created: 2017-01-01T02:22:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-02T23:15:35.000Z (over 9 years ago)
- Last Synced: 2025-07-15T04:00:32.650Z (11 months ago)
- Topics: build, vis, vis-editor, vis-plugin
- Language: Lua
- Homepage:
- Size: 5.86 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vis-build
A Lua plugin for compiling single files in the [vis editor](https://github.com/martanne/vis).
Supported languages:
- c
- swift
- rust
- crystal
- haskell
# configure
1. `ln -s build.lua .config/vis/plugins`
2. `require('plugins/build')` in `visrc.lua`
# usage
Press `` or use the `:build` command to build the current file.
# TODO
- stderr, stdout > vis:message
- `run` command
- more languages