Skip to content

songever/sicp-chapter5-in-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sicp-chapter5-in-rust

This project is a Rust implementation of the concepts described in Chapter 5 of the "Structure and Interpretation of Computer Programs" (SICP). The initial focus is on building the register-machine simulator from section 5.2.

About This Project

The primary goal of this repository is to work through the concepts of SICP Chapter 5, using Rust as the implementation language. This serves as a learning exercise to better understand both the low-level machine design concepts from SICP and the systems programming capabilities of Rust.

Current Status

The project has just been initialized. The focus is currently on implementing the register-machine simulator as described in SICP.

Getting Started

Prerequisites

Make sure you have the Rust toolchain installed. You can install it via rustup.

Building the Project

Clone the repository and build the project using Cargo:

git clone <repository-url>

About

Now implemented the controll-text parser part in section 5.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages