https://github.com/nverno/jack-mode
Emacs major mode for Jack language (nand2tetris)
https://github.com/nverno/jack-mode
emacs jack
Last synced: 4 months ago
JSON representation
Emacs major mode for Jack language (nand2tetris)
- Host: GitHub
- URL: https://github.com/nverno/jack-mode
- Owner: nverno
- License: gpl-3.0
- Created: 2022-01-05T01:14:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T17:38:56.000Z (over 2 years ago)
- Last Synced: 2025-04-23T22:06:24.089Z (about 1 year ago)
- Topics: emacs, jack
- Language: Emacs Lisp
- Homepage:
- Size: 47.9 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## jack-mode - major mode for Jack language
[](https://www.gnu.org/licenses/gpl-3.0)
A major mode for editing Jack programming language files. The Jack language is
developed as part of the Nand2Tetris coures (available on Coursera).
This mode derives from `cc-mode`, and inherits from `java-mode`.
For a major-mode using tree-sitter, see [jack-ts-mode](https://github.com/nverno/jack-ts-mode).
### Installation
Add this file to `load-path`, or generate autoloads.
```lisp
(require 'jack-mode)
```