8000 GitHub - HerrSchreiber/sublime-jack: Sublime Text package for the Jack language
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

HerrSchreiber/sublime-jack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jack package for Sublime Text

This is a Sublime Text package which provides syntax highlighting and a build script for the Jack language used in Nand2Tetris projects and the book The Elements of Computing Systems.

Installation

Pre-bundled Package

Clone this repository and move the Jack.sublime-package file into your Sublime Text package folder

If you're on Windows, also replace your JackCompiler.bat file with the supplied, modified one.

Lastly, add the nand2tetris/tools folder to your PATH variable and you're set.

Move Over Source

Alternately, if you can't or don't want to modify the PATH variable, you can copy the contents of the src folder into the user package folder. You still need the modified version of JackCompiler.bat if you're on Windows.

You may need to modify the sublime-build file to include a direct path to the executable.

Features

The package includes basic syntax highlighting and a build script.

About

Sublime Text package for the Jack language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.7%
  • Batchfile 39.3%
0