Skip to content

Vim syntax files for the ad-hoc languages in Nand2Tetris (Elements of Computing Systems)

Notifications You must be signed in to change notification settings

sevko/vim-nand2tetris-syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim nand2tetris syntax

Syntax files for the ad-hoc languages used by the Nand2Tetris, or Elements of Computing Systems, course, throughout which you construct a computer from the ground up. Supports the following:

  • HDL: a hardware-description language used to construct circuits.
  • Hack assembly: the Hack computer's assembly language.
  • Hack virtual machine language: the IR understood by the Hack virtual machine.
  • Jack: a high-level object-oriented language without garbage collection. Syntactically similar to Java.

installation

If you use Pathogen:

cd ~/.vim/bundle
git clone https://github.com/sevko/vim-nand2tetris-syntax

Adapt as needed for your plugin manager of choice.

hdl

About

Vim syntax files for the ad-hoc languages in Nand2Tetris (Elements of Computing Systems)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published