Skip to content

armstnp/hack-assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hack-assembler

A Rust-based assembler for the Hack language of 'From Nand to Tetris'.

Uses nom for parsing instructions-proper. While I had issues getting it to parse the entire input as a single parser, the instruction parsing worked great.

For this kind of task, Rust ends up feeling mostly perfect. A great balance between functional and systems concerns. And I quite appreciated being able to use the precise types I wanted, including a proper unsigned integer; looking at you, JVM.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages