emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/beardbolt 1419a90465 040/323: Add C/C++ demo


From: ELPA Syncer
Subject: [elpa] externals/beardbolt 1419a90465 040/323: Add C/C++ demo
Date: Thu, 9 Mar 2023 10:58:01 -0500 (EST)

branch: externals/beardbolt
commit 1419a90465640546de228ccc28bf01ab6efdf668
Author: Jay Kamat <jaygkamat@gmail.com>
Commit: Jay Kamat <jaygkamat@gmail.com>

    Add C/C++ demo
---
 README.org | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.org b/README.org
index da0d81727b..95db642c8e 100644
--- a/README.org
+++ b/README.org
@@ -3,6 +3,11 @@
 
 A basic implementation of the 
[[https://github.com/mattgodbolt/compiler-explorer][godbolt compiler-exporter]] 
for Emacs.
 
+RMSBolt tries to make it easy to see what your compiler is doing. It does this
+by showing you the assembly output of a given source code file. It also
+highlights which source code a given assembly block corresponds to, and vice
+versa.
+
 * Why RMSbolt over godbolt?
 
 - No more sending your code to any server
@@ -34,6 +39,10 @@ add it..
 
 * Demo
 
+** C/C++
+
+[[https://u.cubeupload.com/jgkamat/sihr1g.gif][https://u.cubeupload.com/jgkamat/sihr1g.gif]]
+
 ** Ocaml
 
 
[[https://u.cubeupload.com/jgkamat/PabAq2.gif][https://u.cubeupload.com/jgkamat/PabAq2.gif]]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]