8000 GitHub - nverno/llvm-mode: Improved emacs major-mode for LLVM IR source
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nverno/llvm-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llvm-mode - Major mode for the LLVM IR language

Major mode for editing LLVM IR files.

Modified from https://github.com/llvm-mirror/llvm//utils/emacs/llvm-mode.el to include:

  • additional syntax
  • font-lock for globals (vars/declares/defines)
  • imenu
  • indentation: llvm-mode-indent-offset and llvm-mode-label-offset
  • basic completion for:
  • global variables
  • global declares/defines

TODO:

  • keywords / attributes
  • could add labels / %uids as well

References:

Installation

Add to load-path and generate autoloads or

(require 'llvm-mode)

About

Improved emacs major-mode for LLVM IR source

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0