https://github.com/nverno/oat-mode
emacs major-mode for oat language
https://github.com/nverno/oat-mode
compiler-design emacs harvard oat
Last synced: 7 months ago
JSON representation
emacs major-mode for oat language
- Host: GitHub
- URL: https://github.com/nverno/oat-mode
- Owner: nverno
- Created: 2020-02-16T15:07:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T15:57:08.000Z (over 5 years ago)
- Last Synced: 2025-01-18T00:30:27.771Z (9 months ago)
- Topics: compiler-design, emacs, harvard, oat
- Language: Emacs Lisp
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oat-mode - Emacs mode for editing Oat source
*Author:* Noah Peart
*URL:* [https://github.com/nverno/oat-mode](https://github.com/nverno/oat-mode)Derives from `cc-mode`, so uses the c-lang interface to modify variables
inherited from `java-mode`.
Just using `java-mode` is pretty reasonable already, but this specializes
to oat's grammar and removes java's (or most of it).
Java handles the `int[] var` style syntax wellLang-dependent code in cc-font.el/cc-langs.el
### Installation
Just add to `load-path` and generate autoloads or
```lisp
(require 'oat-mode)
```
Code:---
Converted from `oat-mode.el` by [*el2markdown*](https://github.com/Lindydancer/el2markdown).