sasagawa888 / eisl

ISLisp interpreter/compiler
Other
267 stars 22 forks source link

Added a new type of test for testing order of operations #271

Closed gtnoble closed 1 year ago

gtnoble commented 1 year ago

Refactored bug.lsp using this new test Added a new macro push-end Modified TEST.md form documentation to have the same style as the ISLisp specification.

sasagawa888 commented 1 year ago

Thank you.