[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/beardbolt c95ba9c0c4 097/323: More consistent punctuati
From: |
ELPA Syncer |
Subject: |
[elpa] externals/beardbolt c95ba9c0c4 097/323: More consistent punctuation in README bullet list |
Date: |
Thu, 9 Mar 2023 10:58:21 -0500 (EST) |
branch: externals/beardbolt
commit c95ba9c0c42f3fc4a0ad765d945bbbb899ea1a93
Author: Stig Brautaset <stig@brautaset.org>
Commit: Stig Brautaset <stig@brautaset.org>
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
- [elpa] externals/beardbolt 86742e7b76 055/323: Merge branch 'master' of gitlab.com:jgkamat/rmsbolt, (continued)
- [elpa] externals/beardbolt 86742e7b76 055/323: Merge branch 'master' of gitlab.com:jgkamat/rmsbolt, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 01f7664eda 060/323: Fix tests, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 36b701d70e 072/323: Fix broken tests, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 8d992d1da7 103/323: Add links to README, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt a74d54e764 109/323: Fix tests, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 859722f7e0 084/323: Add back support for Emacs 25, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 2eca2d59dd 100/323: Merge branch 'patch-2' into 'master', ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt a85b457e81 108/323: Fix typo, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt fb0e8c85a3 110/323: Use https links to avoid mixed content warnings, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 9129f1f13c 116/323: Add documentation and README for elisp, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt c95ba9c0c4 097/323: More consistent punctuation in README bullet list,
ELPA Syncer <=
- [elpa] externals/beardbolt 74fc122c39 101/323: Fix typo in supports-{disass, asm}, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 36bfe74010 102/323: Force using bash whenever available, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 15aa590bcf 106/323: Add ability to specify moved initial src file, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt b60a9e3a84 117/323: Fix errors with emacs <25 with elisp disass, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt a5855171f8 120/323: Fix byte-compilation warnings, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 0d5774397b 124/323: Update README, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt be3f92821e 140/323: Clean up PHP exporter slightly, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt a4e0b8a805 134/323: Optimize disassembly function, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt 3527f2fa3a 123/323: Fix source code highlighting when multiple files are provided, ELPA Syncer, 2023/03/09
- [elpa] externals/beardbolt d564f9def8 131/323: Update README.org, ELPA Syncer, 2023/03/09