branch: externals/beardbolt commit 77842a5f78e9bbe4bf3bb209122a0e18b21db63f Author: Jay Kamat <jaygka...@gmail.com> Commit: Jay Kamat <jaygka...@gmail.com>
Add elisp support to docs --- README.org | 4 ++-- rmsbolt.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 1416a64e21..f559007089 100644 --- a/README.org +++ b/README.org @@ -11,8 +11,8 @@ versa. It supports more types of languages than any previous tool of its kind. - Much more flexible and powerful: - Supports disassembly to bytecode as well as assembly. - - Supports many languages that godbolt does not support, such as python, - common lisp, ocaml, java, and pony. + - Supports many languages that godbolt does not support, such as Python, + Common Lisp, Emacs Lisp, Ocaml, Java, and Pony. - 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. diff --git a/rmsbolt.el b/rmsbolt.el index ba05d2123f..d2b814fe08 100644 --- a/rmsbolt.el +++ b/rmsbolt.el @@ -25,8 +25,8 @@ ;; RMSBolt is a package to provide assembly or bytecode output for a source ;; code input file. ;; -;; It currently supports: C/C++, OCaml, Haskell, Python, Java, Pony, and -;; (limited) Common Lisp. +;; It currently supports: C/C++, OCaml, Haskell, Python, Java, Pony, Emacs Lisp, +;; and (limited) Common Lisp. ;; ;; Adding support for more languages, if they have an easy manual compilation ;; path from source->assembly/bytecode with debug information, should be much