Giter VIP home page Giter VIP logo

jack-mode.el's Introduction

Jack Resources

Contained here are resources for the nand2tetris "Jack" programming language.

Warning!

For DOOM users, add the following Elisp to your .config file:

;; nand2tetris config for jack
(use-package! jack-mode
  :init
  (setq jack-tools-directory (concat nand2tetris-core-base-dir "/tools/"))
  (setq jack-build-directory "~/.emacs.d/.local/straight/jack-mode/libraries")


  )

(add-to-list 'auto-mode-alist '("\\.jack\\'" . jack-mode))

Optionally, configure this to run after any similar libraries, as required.

Features

  • Unit testing framework "UnitTest".
    • Provides assertion functions for primitives and objects.
    • Provides detailed feedback for failing tests.
  • String utility library aptly-dubbed "Strings".
    • equals()
    • repeat()
    • join(), concat(), split()
    • coerceInt(), coerceChar(), coerceBoolean(), parseChar()
    • substring(), indexOf()
    • count()
    • sprintf()
  • Output sugar library named "Out".
    • Java-like println()
    • C-like printf()
    • printfln()
  • Text-editor language support.
    • Emacs
      • Syntax highlighting including OS classes.
      • Compile jack-build-directory with <f5>.
      • Run the VMEmulator with <f9>.

jack-mode.el's People

Contributors

jacksonrayhamilton avatar ant-28 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.