1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00
janet/src
Calvin Rose e5a56174e2 Switch fexists to use os/stat when available.
When os/stat is not available, we first
try to read one byte from the file before
saying it is good. If that fails, it is not
a file that we can read from so it counts as not found.
2019-04-09 09:01:52 -04:00
..
boot Switch fexists to use os/stat when available. 2019-04-09 09:01:52 -04:00
core Fix error message on an arity mismatch. 2019-04-07 23:53:50 -04:00
include Quasiquoting bracketed tuples. 2019-03-31 14:15:26 -04:00
mainclient Add colors to repl and string/format. 2019-03-24 15:00:22 -04:00
webclient Update web build. 2019-03-10 23:06:10 -04:00