https://github.com/bgamari/cmm-mode
An Emacs mode for editing Cmm files
https://github.com/bgamari/cmm-mode
Last synced: over 1 year ago
JSON representation
An Emacs mode for editing Cmm files
- Host: GitHub
- URL: https://github.com/bgamari/cmm-mode
- Owner: bgamari
- Created: 2012-03-09T22:01:29.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-12-01T17:46:12.000Z (over 10 years ago)
- Last Synced: 2025-03-20T05:35:53.952Z (over 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 151 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
# cmm-mode — An emacs major mode for C--
This is an emacs major mode for editing GHC's flavor of
[C--][wiki]. At this point there is no up-to-date specification
describing GHC C--'s syntax. For this it's best to use the [source][].
[wiki]: https://en.wikipedia.org/wiki/C--
[source]: https://github.com/ghc/ghc/blob/master/compiler/cmm/PprCmm.hs