Skip to content

A simple lisp written in Haxe

Notifications You must be signed in to change notification settings

ariebovenberg/spil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧃 Spil

A simple lisp parser in Haxe. Currently supported:

  • integers
  • strings
  • symbols
  • comments
  • lists

Development guide

Requirements

  • haxe. on MacOS: brew install haxe.

The following haxe libraries (haxelib install <library>):

  • munit (2.3.5)
  • hamcrest (3.0.0)

Running

haxe -p src --run Spil example.lisp

Tests

haxelib run munit test

About

A simple lisp written in Haxe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages