Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 276 Bytes

File metadata and controls

21 lines (12 loc) · 276 Bytes

mini-lisp-lua

This is mini lisp implement in lua

Preface

It is so crazy that I implement lisp compiler use lua and successed

You can run

$ lua scan.lua [file name]

to interpret lsp file

or

$ ./exec.sh

to execute lsp file in test_data/hidden