Skip to content

Kalawishis/Python-Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a very basic Python interpreter written as a side-project for my
Honors Operating Systems class. The goal of the class was to build a
fully-functional Unix-like operating system with various features such as
a shell, graphics, text editors, compilers, and interpreters, and my
contribution was this interpreter.

If you look around the code you may find implementations of functions
already defined in the C standard library. I wrote my own implementations
as our class operating system did not have the C standard library on it.

Please note that this is by no means a completed project.

About

Basic Python interpreter written in C as an Honors Operating Systems side-project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors