Skip to content

r2abreu/hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript implementation of the Hack computer architecture, as described in The Elements of Computing Systems by Noam Nisan and Shimon Schocken.

Example

import { and, or } from "jsr:@r2/hack";

and(1, 1); //  -> 1
or(1, 0); //  -> 1

Disclaimer

This project is a work in progress. Some features may be incomplete or subject to change. Feedback is welcomed!

Acknowledgments

This project is based on The Elements of Computing Systems by Noam Nisan and Shimon Schocken.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published