branch: externals/beardbolt
commit 712981e16c7a2df062963243bc808417f51d05c2
Author: Jay Kamat <[email protected]>
Commit: Jay Kamat <[email protected]>
Remove langauges godbolt has added support for
---
README.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index e61e453b6e..c328920463 100644
--- a/README.org
+++ b/README.org
@@ -17,8 +17,8 @@ please start at the docs (also available through info).]]
- Much more flexible and powerful:
- Supports disassembly to bytecode as well as assembly.
- - Supports many languages that godbolt does not support, such as Python, PHP,
- Common Lisp, Emacs Lisp, Ocaml, Java, and Pony.
+ - Supports many languages that godbolt does not support, such as PHP,
+ Common Lisp, Emacs Lisp, Java, and Pony.
- Allows targeting custom compilers - which means disassembly for niche
assembly targets, specific commits of compilers, and patched libraries or
compilers is possible.