Skip to content

Emacs major mode for editing QBE Intermediate Language

License

Notifications You must be signed in to change notification settings

mbknust/qbe-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

qbe-mode

This major mode provides rudimentary support for editing files containing QBE compiler IL within Emacs. A description of the Intermediate Language syntax can be found here. Currently, only regex-based syntax highlighting is implemented.

Install

Doom Emacs

Add the following to your packages.el file:

(package! qbe-mode :recipe (:type git :host github :repo "mbknust/qbe-mode"))

Manual

Download qbe-mode.el and place it somewhere (preferably $HOME/.emacs.d/lisp/), then:

(add-to-list 'load-path "PATH_TO_QBE_MODE/")
(require 'qbe-mode)

About

Emacs major mode for editing QBE Intermediate Language

Topics

Resources

License

Stars

Watchers

Forks