Skip to content

cblp/lapse-hs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lapse-hs (WIP)

This is Lapse (my Lisp dialect) interpreter.

Examples: here

How to use this/try this

  • Go to this page
  • Click on latest successful action run (or run from specific tag)
  • Find an "Artifacts" section and download version for your OS. (If you can't see download button, log in to your github account)
  • Unzip this artifact and you will get an executable of Lapse interpreter
  • To run some code, write this code in ".lp" file (in fact, extension does not matter) and run <path-to-lapse-interpreter> <path-to-file> command in command line
  • (You can find example files here)
  • Also, Lapse provides a clean REPL by <path-to-lapse-interpreter> command

About

WIP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 96.6%
  • Nix 3.4%