Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 262 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 262 Bytes

(WIP) NYTLang - The Programming Language of Record

Warning: The interpreter is not yet feature-complete and probably buggy!

Set up

yarn

Run yarn to install dependencies.

yarn test

Run Jest in watch mode.

./nytlang <path/to/dir>

Run a program!