This website requires JavaScript.
Explore
Help
Sign In
jeff
/
dust
Watch
1
Star
0
Fork
0
You've already forked dust
Code
cccbe7a325
dust
/
std
/
fs.ds
6 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add fs.read_file to standard library
2024-05-25 15:48:43 +00:00
fs = {
Fix tests and refine new parsing
2024-06-17 19:47:07 +00:00
read_file = fn (path: str) -> str {
Begin fixing built-in functions
2024-06-24 11:13:54 +00:00
__READ_FILE__(path)
Add fs.read_file to standard library
2024-05-25 15:48:43 +00:00
}
}
Copy Permalink