Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 427 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 427 Bytes

🧃 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