Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

In this repository you can find chapter by chapter my process following the tutorial to build my own Lisp interpreter.

Notifications You must be signed in to change notification settings

j4vierb/lisp-programming-language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build your own LISP

Introduction

In this repository you'll find the code of build your own Lisp.

Commands

To run it just copy and paste the following command in your terminal.

cc -std=c99 -Wall <file_name> mpc.c -ledit -lm -o ./build/<file_name>

Status

Actually, I'm not interested in finish this project. 🥲

Reference

  1. Build your own Lisp
  2. C documentation

About

In this repository you can find chapter by chapter my process following the tutorial to build my own Lisp interpreter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages