Skip to content

Racket Interpreter in C, using Stack, Queue, Binary Tree

Notifications You must be signed in to change notification settings

SophieZ302/C-Project-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

A basic racket language interpreter in C

Supporting basic arithmatic operations +, -, /, *

Racket(formerly PLT Scheme) is a general purpose, multi-paradigm programming language in the Lisp-Scheme family. One of its design goals is to serve as a platform for language creation, design, and implementation.

> (+ 1 2)
3
> (* 1 5)
5
> (+)
0

About

Racket Interpreter in C, using Stack, Queue, Binary Tree

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages