Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tom-tan/brainfuck-mode
Brainfuck mode for Emacs
https://github.com/tom-tan/brainfuck-mode
brainfuck brainfuck-mode emacs emacs-lisp
Last synced: 2 months ago
JSON representation
Brainfuck mode for Emacs
- Host: GitHub
- URL: https://github.com/tom-tan/brainfuck-mode
- Owner: tom-tan
- Created: 2013-06-01T05:53:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-13T08:40:47.000Z (almost 10 years ago)
- Last Synced: 2023-07-14T17:09:58.146Z (over 1 year ago)
- Topics: brainfuck, brainfuck-mode, emacs, emacs-lisp
- Language: Emacs Lisp
- Size: 163 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# brainfuck-mode.el
This library helps you to write brainfuck in Emacs.
This is also an example to define help document functions by using langdoc.Requirements:
* Emacs 24 or later
* langdoc.elYou can install it by using `package-install` via [MELPA](http://melpa.milkbox.net/).
To use this package, add the following line to your `.emacs` file:
```emacs
(require 'brainfuck-mode)
```
brainfuck-mode highlights some keywords for usability.
By using `M-x eldoc-mode`, you can see the help string in minibuffer.
Also, by using `M-x bf-help-describe-symbol` (or C-c f), you can see
more documents for each command.