Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Eva

A Lisp interpreter implemented in JavaScript.

Run tests

node __tests__/eva.mjs

syntax

variables

(var x 1)

functions

(def add (x y) (+ x y))

control flow (if, while, switch, for)

lambda

IIFE

closure

About

a interpreted language by JavaScript

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages