sasagawa888 / eisl

ISLisp interpreter/compiler
Other
272 stars 22 forks source link

Created initial unistd library with sleep function #259

Closed gtnoble closed 1 year ago

gtnoble commented 1 year ago

I created an initial library for the core Unix syscalls in <unistd.h>. I implemented the sleep function and used it to replace the computation based delay in the misc.lsp tests. This way the tests do not depend on the speed of the computer. All of the tests run by verify/all.sh pass.

sasagawa888 commented 1 year ago

Thank you.