branch: externals/beardbolt
commit c95ba9c0c42f3fc4a0ad765d945bbbb899ea1a93
Author: Stig Brautaset <[email protected]>
Commit: Stig Brautaset <[email protected]>
More consistent punctuation in README bullet list
It doesn't much matter whether you put full stops or not at the end of
bullet items, but it's good to be consistent. I added full stops to the entries
that didn't have them here.
---
README.org | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.org b/README.org
index 47e423c93f..e31de5e697 100644
--- a/README.org
+++ b/README.org
@@ -9,20 +9,20 @@ versa. It supports more types of languages than any previous
tool of it's kind.
* Why RMSbolt over godbolt?
-- Much more flexible and powerful
- - Supports dissasembling to bytecode as well as assembly
+- Much more flexible and powerful:
+ - Supports dissasembling to bytecode as well as assembly.
- Supports many languages that godbolt does not support, such as python,
common lisp, ocaml, and java.
-- No more sending your code to any server
-- Much faster turnaround time from writing code to seeing and interacting with
disassembly
+- No more sending your code to any server.
+- Much faster turnaround time from writing code to seeing and interacting with
disassembly.
- 100% usable without the mouse.
-- Runs entirely without node, npm, or js.
+- Runs entirely without node, npm, or js:
- No required dependencies other than Emacs 25 and your compiler ~:)~
- It's easy to add new languages (even those that use unique bytecode
formats)
without touching many files.
- - Dosen't eat your ram on the 'server' or the 'client'
+ - Dosen't eat your ram on the 'server' or the 'client'.
- No enforced limits on code size, compilation time, or processing time.
-- Benefits from living in Emacs
+- Benefits from living in Emacs:
- Full undo tree from Emacs on disassembly/source so you don't loose work.
- Vim bindings through evil/viper.
- Use compile.el, flymake, or flycheck to traverse and fix errors as you
@@ -31,7 +31,7 @@ versa. It supports more types of languages than any previous
tool of it's kind.
- Customize colors and behavior through ~customize~.
- Change tracking through magit/diff-hl/etc.
- Nyans are fully supported with nyan-mode.
-- Simpler
+- Simpler.
- Infinitely hackable!
* Installation