Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File I/O #11

Open
5 tasks
Arc676 opened this issue Jun 21, 2018 · 0 comments
Open
5 tasks

File I/O #11

Arc676 opened this issue Jun 21, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Arc676
Copy link
Owner

Arc676 commented Jun 21, 2018

The language lacks the ability to interact with the filesystem.

This would require:

  • A way to represent FILE* objects
  • Builtin wrapper functions for fopen,
  • fclose,
  • fgets,
  • and fprintf

This could be optimized by repurposing the existing builtin print function to allow printing to any file and passing stdout for normal printing.

@Arc676 Arc676 added enhancement New feature or request help wanted Extra attention is needed labels Jun 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant