Skip to content

aamorous/c-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

C Interpreter

Introduction

This project is a simple yet (another) interpreter written in C. Inspired by books: "Crafting Interpreters" Nystrom Robert and "Compilers: Principles, Techniques, and Tools"

Features

  • Dynamic execution of code.
  • Interactive mode for testing and debugging.

Work in progress

  • Implementing GC(traced)
  • Support for basic C syntax and control structures (e.g., loops, conditionals).
  • Ability to handle variables and arithmetic operations.

Prerequisites

  • A C compiler (gcc, clang)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages