Skip to content

nexaitch/bsim-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Emacs BSim mode for 50.002 Computation Structures

bsim-mode is a major mode for editing BSim code, used in SUTD's 50.002 Computation Structures module. Currently it only handles syntax highlighting.

How to use

  1. Put bsim.el into your init folder.
  2. Add the following into your init file, replacing path/to/bsim.el with the location of bsim.el:
(load "path/to/bsim.el" nil t)
(add-to-list 'auto-mode-alist '("\\.uasm\\'" . bsim-mode))

About

Emacs major mode for editing bsim files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published