This website requires JavaScript.
Explore
Help
Sign In
jeff
/
dust
Watch
1
Star
0
Fork
0
You've already forked dust
Code
a0b754cc1c
dust
/
std
/
io.ds
10 lines
111 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Begin standard library
2024-03-23 12:15:48 +00:00
io = {
Revert to pratt parsing for all indexes
2024-05-18 20:21:46 +00:00
read_line = fn () str {
Fix parsing errors
2024-05-20 19:22:50 +00:00
READ_LINE
Begin standard library
2024-03-23 12:15:48 +00:00
}
Revert to pratt parsing for all indexes
2024-05-18 20:21:46 +00:00
write_line = fn (output: any) none {
Fix parsing errors
2024-05-20 19:22:50 +00:00
WRITE_LINE output
Begin standard library
2024-03-23 12:15:48 +00:00
}
}
Copy Permalink